Test suite modernization
This commit is contained in:
parent
0969f7c2f6
commit
52fdfd0347
141 changed files with 9947 additions and 4665 deletions
|
|
@ -8,7 +8,7 @@ print("=" * 50)
|
|||
|
||||
# Create scene and grid
|
||||
path_test = mcrfpy.Scene("path_test")
|
||||
grid = mcrfpy.Grid(grid_x=10, grid_y=10)
|
||||
grid = mcrfpy.Grid(grid_w=10, grid_h=10)
|
||||
|
||||
# Set up a simple map with some walls
|
||||
for y in range(10):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue