Minor Cleanup

- Renamed SoundController
- Cleaned up spacings
- File endings
This commit is contained in:
2020-04-21 03:14:00 +02:00
parent 5cfe44bafe
commit d12d69f083
47 changed files with 203 additions and 245 deletions

View File

@@ -8,6 +8,7 @@ func _on_Restart_pressed():
get_tree().change_scene(restart_scene)
SoundControler.pub_stop_effects()
func _on_TitleScreen_pressed():
get_tree().change_scene(title_screen)
SoundControler.pub_stop_effects()