UI from Python now working fairly comprehensively
This commit is contained in:
parent
c8124e84dc
commit
de753713d5
10 changed files with 156 additions and 6 deletions
|
|
@ -274,6 +274,12 @@ void UITestScene::sRender()
|
|||
|
||||
}
|
||||
|
||||
// Python API menus
|
||||
for (auto pair: McRFPy_API::menus)
|
||||
{
|
||||
pair.second->render(game->getWindow());
|
||||
}
|
||||
|
||||
// test Python sprite code
|
||||
//McRFPy_API::executePyString("mcrfpy.drawSprite(123, 36, 10)");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue