update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -6,8 +6,8 @@ Test if AnimationManager crashes with no animations
|
|||
import mcrfpy
|
||||
|
||||
print("Creating empty scene...")
|
||||
mcrfpy.createScene("test")
|
||||
mcrfpy.setScene("test")
|
||||
test = mcrfpy.Scene("test")
|
||||
test.activate()
|
||||
|
||||
print("Scene created, no animations added")
|
||||
print("Starting game loop in 100ms...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue