IntelligentTractor/settings.py

11 lines
263 B
Python

screen_width=900
screen_height=900
SIZE = (screen_width, screen_height)
SPECIES=["carrot","potato","beetroot","wheat"]
# size in pixels of one tile = 36px/36px
tile = (36, 36)
block_size = 36
road_coords_x = [0, 5, 10, 15, 20]
road_coords_y = [4, 9, 14, 19, 24]