diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:15:43 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:15:43 -0600 |
commit | cdc892590b112dff319aa29337114cf076fb5cc2 (patch) | |
tree | 214d905347ef5ec32684b7455d4bec50003a551a /scenes/main.tscn | |
parent | a74b70b168d8e77c44cfd0fed8813d118dbaaa63 (diff) |
New window every second lol
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index f76412c..6db30b0 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,9 +1,8 @@ -[gd_scene load_steps=5 format=3 uid="uid://d06d1vihf2oqp"] +[gd_scene load_steps=4 format=3 uid="uid://d06d1vihf2oqp"] [ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"] [ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"] -[ext_resource type="Script" path="res://scenes/closable_window.gd" id="2_2mdl3"] -[ext_resource type="PackedScene" uid="uid://baukkysebggup" path="res://scenes/window_mvp.tscn" id="2_ls66h"] +[ext_resource type="PackedScene" uid="uid://b2awdq32lxnef" path="res://scenes/microgames/microgame_window.tscn" id="3_ehgys"] [node name="Node2D" type="Node2D"] script = ExtResource("1_y7a0r") @@ -13,16 +12,7 @@ position = Vector2(636.307, 381.672) scale = Vector2(0.293995, 0.217148) texture = ExtResource("1_o2s48") -[node name="Window" type="Window" parent="."] -title = "hiiiii" -position = Vector2i(1710, 1112) -size = Vector2i(1280, 720) -content_scale_size = Vector2i(1280, 720) -content_scale_mode = 1 -content_scale_aspect = 1 -script = ExtResource("2_2mdl3") - -[node name="WindowMvp" parent="Window" instance=ExtResource("2_ls66h")] +[node name="Window" parent="." instance=ExtResource("3_ehgys")] [node name="Score" type="Label" parent="."] offset_top = 2.0 @@ -33,5 +23,4 @@ text = "Net worth: $" [node name="Microgame spawn timer" type="Timer" parent="."] autostart = true -[connection signal="close_requested" from="Window" to="Window" method="_on_close_requested"] [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] |