Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add death screen to stock renderer #137

Open
loothero opened this issue Aug 10, 2024 · 0 comments
Open

Add death screen to stock renderer #137

loothero opened this issue Aug 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@loothero
Copy link
Member

To enable players to easily distinguish between games that alive, it would be nice for the Renderer to feature a deathscreen for dead adventurers.

I think our current deathscreen could be a good template for this. Key parts of this screen are:

  1. Logic in the renderer to look at health and if it's zero, call load_death_screen()
  2. Show final xp/level, tombstone, with obituary below or on the tombstone.
  3. Tombstone is onchain so renderer can access this directly but it's stored as a ByteArray so we may need to truncate it

Death screen should feature the LS skull logo in the top left which shows crown or gold|silver|bronze for top scores.

@loothero loothero added the enhancement New feature or request label Aug 10, 2024
@loothero loothero self-assigned this Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant