mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
added larger cell size
This commit is contained in:
parent
375a7682b7
commit
35765881ce
@ -8,7 +8,7 @@ class Renderer:
|
|||||||
WHITE = (200, 200, 200)
|
WHITE = (200, 200, 200)
|
||||||
PINK = (0.5, 255, 118, 117)
|
PINK = (0.5, 255, 118, 117)
|
||||||
|
|
||||||
def __init__(self, grid_w=16, grid_h=16, cell_size=30, fps=4, grid_lines=True, view_radius=2):
|
def __init__(self, grid_w=16, grid_h=16, cell_size=40, fps=4, grid_lines=True, view_radius=2):
|
||||||
self.grid_h = grid_h
|
self.grid_h = grid_h
|
||||||
self.grid_w = grid_w
|
self.grid_w = grid_w
|
||||||
self.cell_size = cell_size
|
self.cell_size = cell_size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user