diff options
Diffstat (limited to 'scenes/microgames/fishin')
-rw-r--r-- | scenes/microgames/fishin/fishin.gd | 4 | ||||
-rw-r--r-- | scenes/microgames/fishin/node_2d.tscn | 6 |
2 files changed, 4 insertions, 6 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 diff --git a/scenes/microgames/fishin/node_2d.tscn b/scenes/microgames/fishin/node_2d.tscn index 969ec34..c763777 100644 --- a/scenes/microgames/fishin/node_2d.tscn +++ b/scenes/microgames/fishin/node_2d.tscn @@ -48,10 +48,8 @@ _data = { "mash": SubResource("Animation_fxbt5") } -[node name="Node2D2" type="Window"] -position = Vector2i(0, 36) -size = Vector2i(930, 560) -unresizable = true +[node name="Fishin" type="Node2D"] +position = Vector2(0, 36) script = ExtResource("1_srw8b") [node name="background" type="Sprite2D" parent="."] |