update tests: new scene API

This commit is contained in:
John McCardle 2026-01-03 10:59:52 -05:00
commit 838da4571d
142 changed files with 616 additions and 601 deletions

View file

@ -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)