update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -6,11 +6,11 @@ print("Starting test...")
|
|||
|
||||
# Create test scene
|
||||
print("[DEBUG] Creating scene...")
|
||||
mcrfpy.createScene("grid_test")
|
||||
grid_test = mcrfpy.Scene("grid_test")
|
||||
print("[DEBUG] Setting scene...")
|
||||
mcrfpy.setScene("grid_test")
|
||||
grid_test.activate()
|
||||
print("[DEBUG] Getting UI...")
|
||||
ui = mcrfpy.sceneUI("grid_test")
|
||||
ui = grid_test.children
|
||||
print("[DEBUG] UI retrieved")
|
||||
|
||||
# Test texture creation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue