Test suite modernization
This commit is contained in:
parent
0969f7c2f6
commit
52fdfd0347
141 changed files with 9947 additions and 4665 deletions
|
|
@ -16,7 +16,7 @@ import sys
|
|||
|
||||
# Create scene and grid
|
||||
visibility_demo = mcrfpy.Scene("visibility_demo")
|
||||
grid = mcrfpy.Grid(grid_x=30, grid_y=20)
|
||||
grid = mcrfpy.Grid(grid_w=30, grid_h=20)
|
||||
grid.fill_color = mcrfpy.Color(20, 20, 30) # Dark background
|
||||
|
||||
# Add color layer for cell coloring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue