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

@ -8,9 +8,9 @@ print("Test script starting...")
def test_Entity():
"""Test Entity class and index() method for collection removal"""
# Create test scene with grid
mcrfpy.createScene("entity_test")
mcrfpy.setScene("entity_test")
ui = mcrfpy.sceneUI("entity_test")
entity_test = mcrfpy.Scene("entity_test")
entity_test.activate()
ui = entity_test.children
# Create a grid
grid = mcrfpy.Grid(10, 10,