vulpineblaze / framework_demoes

Use this repo to demo different frameworks for 2D Game creation.
2 stars 1 forks source link

Switching turrets resetting player health #66

Open jsmunster opened 9 years ago

jsmunster commented 9 years ago

When the player presses "Ctrl-T" to switch the turrets, it seems to reset the player health for some reason. I imagine it's resetting the globalPlayerObject in someway.

Did not make observation myself, worth some investigation into whether it's also resetting other globalPlayerObject variables.