NimbusNiles / RogueDixie

3 stars 0 forks source link

Player object is called after death (not possible) #18

Closed Ramonnn closed 7 years ago

Ramonnn commented 7 years ago

After death, player and all his components are being hailed but cannot be accessed because player game-object is destroyed. Infinite error loop (due to Update?)

TimmPure commented 7 years ago

Known issue from commit https://github.com/NimbusNiles/RogueDixie/commit/3966220b8d47a7f6d3b0d5d35e22cfa5e90e550d

NimbusNiles commented 7 years ago

This is solved by not destroying the player, but instead showing a Wasted screen overlay. This enables a future revive option by teammates