summaryrefslogtreecommitdiff
path: root/scenes/microgames/fishin
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-17 11:41:57 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-17 11:41:57 -0600
commita969c365be7ac251ff8717d59860739f7b7c7610 (patch)
tree7684b6eff7acb3a2984ebff61fbe4efb855575a5 /scenes/microgames/fishin
parent1bba8f26cbd58d9bd853cc12662bd4df35c3c150 (diff)
Integrate game over screen oh god
Diffstat (limited to 'scenes/microgames/fishin')
-rw-r--r--scenes/microgames/fishin/fishin.gd3
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"