summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 16:50:32 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 16:50:32 -0600
commitdbc3395cd7cbfc4ea0e16144113c4b5fd823656a (patch)
treea926df7ff473efbada37b86a4f34731abcfddc0d /scenes
parent2a63cead76c70f95b0f9d67dc351be4253dbe8dd (diff)
Yay those are two windows
Diffstat (limited to 'scenes')
-rw-r--r--scenes/main.tscn15
-rw-r--r--scenes/window_mvp.tscn11
2 files changed, 26 insertions, 0 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn
new file mode 100644
index 0000000..a33bb31
--- /dev/null
+++ b/scenes/main.tscn
@@ -0,0 +1,15 @@
+[gd_scene load_steps=2 format=3 uid="uid://d06d1vihf2oqp"]
+
+[ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"]
+
+[node name="Node2D" type="Node2D"]
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+position = Vector2(1009, 754)
+scale = Vector2(0.424355, 0.426257)
+texture = ExtResource("1_o2s48")
+
+[node name="Window" type="Window" parent="."]
+title = "hiiiii"
+transient = true
+unresizable = true
diff --git a/scenes/window_mvp.tscn b/scenes/window_mvp.tscn
new file mode 100644
index 0000000..c9857ad
--- /dev/null
+++ b/scenes/window_mvp.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=2 format=3 uid="uid://baukkysebggup"]
+
+[ext_resource type="Texture2D" uid="uid://ckb8ord5slhwf" path="res://taytay/IMG_5428.jpeg" id="1_87q5a"]
+
+[node name="WindowMvp" type="Node2D"]
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+position = Vector2(1408, 1036)
+rotation = 1.39626
+scale = Vector2(0.496637, 0.590486)
+texture = ExtResource("1_87q5a")