Zmiana ilości paczek w magazynie
This commit is contained in:
parent
42f79f165a
commit
98c16b9227
2
main.py
2
main.py
@ -21,7 +21,7 @@ class MainGameFrame:
|
||||
self.display = pygame.display.set_mode(WINDOW_SIZE)
|
||||
agent_radius = int(TILE_WIDTH/2)
|
||||
self.agent_tex = pygame.image.load('forklift.png')
|
||||
self.warehouse_map = warehouse.Warehouse(20, 20, 150, 2)
|
||||
self.warehouse_map = warehouse.Warehouse(20, 20, 150, 20)
|
||||
starting_x, starting_y = self.set_starting_agent_position()
|
||||
self.agent = agent.Agent(starting_x, starting_y, self.warehouse_map, agent_radius)
|
||||
self.clock = pygame.time.Clock()
|
||||
|
Loading…
Reference in New Issue
Block a user