added larger cell size

This commit is contained in:
romue 2021-05-18 09:46:51 +02:00
parent 375a7682b7
commit 35765881ce

View File

@ -8,7 +8,7 @@ class Renderer:
WHITE = (200, 200, 200)
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_w = grid_w
self.cell_size = cell_size