summaryrefslogtreecommitdiff
path: root/scenes/microgames/fishin/fishin.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/microgames/fishin/fishin.gd')
-rw-r--r--scenes/microgames/fishin/fishin.gd4
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