render: (relatively) minor UI overhaul #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "notashelf/push-lnksylnmlvzq"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a new victory screen, and consolidates the logic for it with the former "game over!" screen renderer. Additionally, we now display a stats breakdown once the game ends. This is relatively barebones at the moment, but I'll be adding more fields as we introduce new mechanics.
Overhauls the main HUD for a little bit of "consistency" and a better rouguelike aesthethic. I've preferred a bronze/brown palette but I'll probably revise this later. Might be preferrable to change this into a shader or something.
I've also fixed the TODO comment in
render_messagesince this is largely an UI related PR/change batch. The commits are self-contained, I recommend reviewing them in isolation.GameStateb749511b7brender_message1f53d1d40frender: consolidate game end screens; add stats breakdownto render: (relatively) minor UI overhaulVery nice, this is the better way to do it.
Oh, didn't realize I was approving the whole thing, that comment was just meant for
1f53d1d40f4663367673to1a6b71fd03I saw your comment a little too late. Oops.
Anyway a followup PR is incoming, I'll address your comments if any