added strategy parameter

new ui elements for timing
This commit is contained in:
2022-10-18 22:16:39 +02:00
parent a4617ed062
commit 1d4d415a19
2 changed files with 71 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ class Crops(GameBase):
self.colors.append(PURPLE)
self.current_strategy = RAINBOW_STRATEGY
self.current_strategy = overlay.get_strategy_value_as_int()
self.fill_data_coordinates()