update tests: new scene API
This commit is contained in:
parent
f62362032e
commit
838da4571d
142 changed files with 616 additions and 601 deletions
|
|
@ -6,7 +6,7 @@ import sys
|
|||
|
||||
try:
|
||||
print("1. Creating scene and grid...")
|
||||
mcrfpy.createScene("test")
|
||||
test = mcrfpy.Scene("test")
|
||||
grid = mcrfpy.Grid(grid_x=7, grid_y=7, texture=None, pos=(0, 0), size=(112, 112))
|
||||
print(" Grid created")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue