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

@@ -37,8 +37,5 @@ func go_to_next_state_in_sequence():
emit_signal('finished')
return
state_active = get_child(new_state_index)
state_active.enter()