Music tester & animation work

This commit is contained in:
John McCardle 2023-03-09 20:40:47 -05:00
commit 8d9148b88d
5 changed files with 134 additions and 17 deletions

View file

@ -24,7 +24,7 @@ GameEngine::GameEngine()
McRFPy_API::executePyString("from UIMenu import *");
McRFPy_API::executePyString("from Grid import *");
scenes["py"] = new PythonScene(this, "TestScene");
scenes["py"] = new PythonScene(this, "MusicScene");
IndexSprite::game = this;