summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
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")