Keyboard control
This commit is contained in:
parent
8d9148b88d
commit
486a1cd17c
6 changed files with 200 additions and 22 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue