update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -27,7 +27,7 @@ def test_script_loading():
|
|||
test_script = """
|
||||
import mcrfpy
|
||||
print("TEST SCRIPT LOADED SUCCESSFULLY")
|
||||
mcrfpy.createScene("test_scene")
|
||||
test_scene = mcrfpy.Scene("test_scene")
|
||||
"""
|
||||
|
||||
# Save the original game.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue