diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:43:05 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:43:05 -0600 |
commit | d74ecb966b03b46bed0e1720ef2ed029c3be99a1 (patch) | |
tree | 8d5563c94a0c09121da7e296ec7230e5d89f37a6 /scenes/microgames/fishin/fishin.gd | |
parent | 271eb69e5052c131519b08f0df22618d4881ef77 (diff) |
Oh my god now it's actually just a fishing game
Diffstat (limited to 'scenes/microgames/fishin/fishin.gd')
-rw-r--r-- | scenes/microgames/fishin/fishin.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd index 44b60db..c6f62d9 100644 --- a/scenes/microgames/fishin/fishin.gd +++ b/scenes/microgames/fishin/fishin.gd @@ -1,4 +1,4 @@ -extends MicrogameWindow +extends Node2D const IN_GAME_WAIT_TIME = 10 @@ -84,7 +84,7 @@ func _on_start_game_timeout() -> void: mouse.visible = true num_clicks = randi_range(5,21) - num_clicks = 21 + #num_clicks = 21 # YOU LOSE |