diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:10:46 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:10:46 -0600 |
commit | a0e3df5b4c0638667e72ff5e2b6071e0d62148cf (patch) | |
tree | c31f5b3dfe46bc59ca4171ad217c619274b9c9cb /scenes/microgames/ad/ad_window.tscn | |
parent | 2060290b523646636bc3d46416c7fcc30311ed94 (diff) | |
parent | cd2144e9bb8320285a1e374588621a1d2ccefb57 (diff) |
Merge branch 'main' into fully_generalized_fish
Diffstat (limited to 'scenes/microgames/ad/ad_window.tscn')
-rw-r--r-- | scenes/microgames/ad/ad_window.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scenes/microgames/ad/ad_window.tscn b/scenes/microgames/ad/ad_window.tscn index 7c98b6e..1d4d78d 100644 --- a/scenes/microgames/ad/ad_window.tscn +++ b/scenes/microgames/ad/ad_window.tscn @@ -26,7 +26,7 @@ [ext_resource type="Texture2D" uid="uid://diqk5cl2rehkg" path="res://scenes/microgames/ad/ad_images/wizard_sexy.png" id="24_ipkoa"] [ext_resource type="Texture2D" uid="uid://x1m2v51rug76" path="res://scenes/microgames/ad/ad_images/wtf.png" id="25_o5yc3"] -[node name="Window" instance=ExtResource("1_gtv65")] +[node name="Window2" instance=ExtResource("1_gtv65")] title = "Check out this special offer [Click Here]" size = Vector2i(824, 604) content_scale_size = Vector2i(0, 0) @@ -110,4 +110,8 @@ texture = ExtResource("25_o5yc3") offset_right = 1000.0 offset_bottom = 1000.0 +[node name="Timer" type="Timer" parent="." index="2"] +autostart = true + [connection signal="pressed" from="TextureButton" to="." method="_on_texture_button_pressed"] +[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"] |