Alzter / TuxBuilder

A Godot re-implementation of SuperTux
GNU General Public License v3.0
212 stars 28 forks source link

Fix invisibility bug and error messages #33

Closed skyace65 closed 5 years ago

skyace65 commented 5 years ago

Fixes the invisibility bug that can be caused by grabbing the star while damaged. Now whenever the player grabs the star the code makes sure the player is visible. Also fixed some of the debugger error messages. Closes #32