summaryrefslogtreecommitdiff
path: root/scenes/microgames/fishin/node_2d.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/microgames/fishin/node_2d.tscn')
-rw-r--r--scenes/microgames/fishin/node_2d.tscn4
1 files changed, 4 insertions, 0 deletions
diff --git a/scenes/microgames/fishin/node_2d.tscn b/scenes/microgames/fishin/node_2d.tscn
index 932fb56..e98b040 100644
--- a/scenes/microgames/fishin/node_2d.tscn
+++ b/scenes/microgames/fishin/node_2d.tscn
@@ -137,7 +137,11 @@ text = "You caught GAR!"
[node name="SuccessFail" type="Timer" parent="."]
wait_time = 3.0
+[node name="Success" type="Timer" parent="."]
+wait_time = 3.0
+
[connection signal="button_up" from="TextureButton" to="." method="_on_texture_button_button_up"]
[connection signal="timeout" from="StartGame" to="." method="_on_start_game_timeout"]
[connection signal="timeout" from="InGame" to="." method="_on_in_game_timeout"]
[connection signal="timeout" from="SuccessFail" to="." method="_on_success_fail_timeout"]
+[connection signal="timeout" from="Success" to="." method="_on_success_timeout"]