Keyboard control

This commit is contained in:
John McCardle 2023-03-10 09:21:56 -05:00
commit 486a1cd17c
6 changed files with 200 additions and 22 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, "MusicScene");
scenes["py"] = new PythonScene(this, "TestScene");
IndexSprite::game = this;