update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -85,7 +85,7 @@ def test_ui_constructors(runtime):
|
|||
sys.exit(0)
|
||||
|
||||
# Create a basic scene so the game can start
|
||||
mcrfpy.createScene("test")
|
||||
test = mcrfpy.Scene("test")
|
||||
|
||||
# Schedule the test to run after game initialization
|
||||
mcrfpy.setTimer("test", test_ui_constructors, 100)
|
||||
Loading…
Add table
Add a link
Reference in a new issue