Sound object refactored, more invisible shorcuts, global configuration and fixed buffer navigation in invisible mode

This commit is contained in:
2015-01-20 15:40:33 -06:00
parent 7b1f2f9482
commit c25412bd32
15 changed files with 173 additions and 98 deletions

View File

@@ -32,7 +32,6 @@ def setup():
del sm
r = mainController.Controller()
r.view.Show()
sound.player.play("ready.ogg")
app.MainLoop()
setup()