xFrednet / spaceship-factory

A Tower defense game where the tower to defend is actually a factory flying through space :)
2 stars 0 forks source link

Remove debug inputs or option to disable/enable them #33

Open xFrednet opened 4 years ago

xFrednet commented 4 years ago

The inputs "debug_swap_scene" and "debug_spawn_meteoroids" are for debugging these should not be enabled by default in the game (they are currently). Remove them or add an option before labeling v0.0.1 as done :)

xFrednet commented 4 years ago

debug_swap_scene is used in "scene_manager.gd"

xFrednet commented 4 years ago

"debug_spawn_meteoroid" is used by "space.gd"