Skip to content
Snippets Groups Projects
Commit c6c432d0 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

DANCING FIRE :fire::fire::fire:

parent 96e9704b
No related branches found
No related tags found
2 merge requests!49Resolve "Fire Fire Everywhere 🔥🔥🔥🔥🔥🔥🔥🔥",!47Resolve "Burnt Meals and Ingredients"
Pipeline #45549 passed
...@@ -510,7 +510,7 @@ class Visualizer: ...@@ -510,7 +510,7 @@ class Visualizer:
3, 3,
) )
FIRE_STATE = (self.fire_state + 1) % (3 * self.fire_time_steps) self.fire_state = (self.fire_state + 1) % (3 * self.fire_time_steps)
def draw_orders( def draw_orders(
self, screen, state, grid_size, width, height, screen_margin, config self, screen, state, grid_size, width, height, screen_margin, config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment