API endpoints: Create and retrieve grid/gridpoint objects
This commit is contained in:
parent
6a4150ec05
commit
b3f946ecb2
4 changed files with 76 additions and 3 deletions
|
|
@ -20,6 +20,7 @@ GameEngine::GameEngine()
|
|||
McRFPy_API::api_init();
|
||||
McRFPy_API::executePyString("import mcrfpy");
|
||||
McRFPy_API::executePyString("from UIMenu import *");
|
||||
McRFPy_API::executePyString("from Grid import *");
|
||||
|
||||
IndexSprite::game = this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue