ucsb-cs56-projects / cs56-games-roguelike

-
5 stars 14 forks source link

Fix the losing screen bug #107

Closed mberlanga closed 6 years ago

mberlanga commented 6 years ago

When the player dies, the screen just shows the entire map lit up from the darkness, this is most definitely a bug. Where's the highscore? Where your final score? This losing screen is supposed to show up. Fix this glitch.

About to Die: screenbeforedeathlosingscreen At Death: notrightlosingscreen

xavierholt commented 6 years ago

Fixed in https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/pull/121. Created https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/issues/120 to deal with the main high scores screen saying I lost (dunno if it did that before or not).

+50 XP