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

@ -132,8 +132,8 @@ def run_tests(runtime):
mcrfpy.setTimer("final_check", final_check, 2000)
# Create a minimal scene
mcrfpy.createScene("timer_test")
mcrfpy.setScene("timer_test")
timer_test = mcrfpy.Scene("timer_test")
timer_test.activate()
# Start tests after game loop begins
mcrfpy.setTimer("run_tests", run_tests, 100)