Test suite modernization
This commit is contained in:
parent
0969f7c2f6
commit
52fdfd0347
141 changed files with 9947 additions and 4665 deletions
|
|
@ -10,7 +10,7 @@ print("Simple visibility test...")
|
|||
simple = mcrfpy.Scene("simple")
|
||||
print("Scene created")
|
||||
|
||||
grid = mcrfpy.Grid(grid_x=5, grid_y=5)
|
||||
grid = mcrfpy.Grid(grid_w=5, grid_h=5)
|
||||
print("Grid created")
|
||||
|
||||
# Create entity with grid association
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue