summaryrefslogtreecommitdiff
path: root/scenes/window_mvp2.tscn
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:08:23 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:08:23 -0600
commit61cbdc2083ee6637a9f862d376ba049e6e633afb (patch)
tree599875a5808d1f4acee6fb22c7ab3636d61d8ea3 /scenes/window_mvp2.tscn
parentdbc3395cd7cbfc4ea0e16144113c4b5fd823656a (diff)
yep that's windolw
Diffstat (limited to 'scenes/window_mvp2.tscn')
-rw-r--r--scenes/window_mvp2.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/scenes/window_mvp2.tscn b/scenes/window_mvp2.tscn
new file mode 100644
index 0000000..695e2be
--- /dev/null
+++ b/scenes/window_mvp2.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=2 format=3 uid="uid://bpf7k2l4n4uph"]
+
+[ext_resource type="Texture2D" uid="uid://ckb8ord5slhwf" path="res://taytay/IMG_5428.jpeg" id="1_u7ueo"]
+
+[node name="WindowMvp2" type="Window"]
+size = Vector2i(700, 700)
+
+[node name="Sprite2D2" type="Sprite2D" parent="."]
+
+[node name="Sprite2D" type="Sprite2D" parent="Sprite2D2"]
+position = Vector2(400, 400)
+rotation = 1.5708
+scale = Vector2(0.14, 0.14)
+texture = ExtResource("1_u7ueo")