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

@ -180,9 +180,9 @@ Always end your final response with: Action: <YOUR_ACTION>"""
def setup_scene(world: WorldGraph):
"""Create McRogueFace scene from WorldGraph."""
mcrfpy.createScene("enhanced_demo")
mcrfpy.setScene("enhanced_demo")
ui = mcrfpy.sceneUI("enhanced_demo")
enhanced_demo = mcrfpy.Scene("enhanced_demo")
enhanced_demo.activate()
ui = enhanced_demo.children
texture = mcrfpy.Texture("assets/kenney_TD_MR_IP.png", 16, 16)