diff options
Diffstat (limited to 'scenes/microgames')
-rw-r--r-- | scenes/microgames/fishin/fishin.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd index d556b75..8e12c03 100644 --- a/scenes/microgames/fishin/fishin.gd +++ b/scenes/microgames/fishin/fishin.gd @@ -95,7 +95,8 @@ func _on_start_game_timeout() -> void: mash.visible = true mouse.visible = true - num_clicks = randi_range(5,21) + #num_clicks = randi_range(5,21) + num_clicks = 5 # playtesting is hard #num_clicks = 21 get_window().title = "MASH MASH MASH MASH MASH" |