diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 18:08:23 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 18:08:23 -0600 |
commit | 61cbdc2083ee6637a9f862d376ba049e6e633afb (patch) | |
tree | 599875a5808d1f4acee6fb22c7ab3636d61d8ea3 /scenes | |
parent | dbc3395cd7cbfc4ea0e16144113c4b5fd823656a (diff) |
yep that's windolw
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.tscn | 26 | ||||
-rw-r--r-- | scenes/window_mvp.tscn | 7 | ||||
-rw-r--r-- | scenes/window_mvp2.tscn | 14 |
3 files changed, 40 insertions, 7 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index a33bb31..8a69639 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,15 +1,31 @@ -[gd_scene load_steps=2 format=3 uid="uid://d06d1vihf2oqp"] +[gd_scene load_steps=5 format=3 uid="uid://d06d1vihf2oqp"] [ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"] +[ext_resource type="PackedScene" uid="uid://baukkysebggup" path="res://scenes/window_mvp.tscn" id="2_ls66h"] +[ext_resource type="PackedScene" uid="uid://bpf7k2l4n4uph" path="res://scenes/window_mvp2.tscn" id="3_gubgd"] + +[sub_resource type="ViewportTexture" id="ViewportTexture_fjbd8"] +viewport_path = NodePath("Window/SubViewport") [node name="Node2D" type="Node2D"] [node name="Sprite2D" type="Sprite2D" parent="."] -position = Vector2(1009, 754) -scale = Vector2(0.424355, 0.426257) +position = Vector2(636.307, 381.672) +scale = Vector2(0.293995, 0.217148) texture = ExtResource("1_o2s48") [node name="Window" type="Window" parent="."] title = "hiiiii" -transient = true -unresizable = true +position = Vector2i(796, 474) +size = Vector2i(690, 670) +content_scale_mode = 1 + +[node name="Sprite2D" type="Sprite2D" parent="Window"] +position = Vector2(57.35, 243.52) +texture = SubResource("ViewportTexture_fjbd8") + +[node name="SubViewport" type="SubViewport" parent="Window"] + +[node name="WindowMvp" parent="Window/SubViewport" instance=ExtResource("2_ls66h")] + +[node name="WindowMvp2" parent="." instance=ExtResource("3_gubgd")] diff --git a/scenes/window_mvp.tscn b/scenes/window_mvp.tscn index c9857ad..da707d8 100644 --- a/scenes/window_mvp.tscn +++ b/scenes/window_mvp.tscn @@ -5,7 +5,10 @@ [node name="WindowMvp" type="Node2D"] [node name="Sprite2D" type="Sprite2D" parent="."] -position = Vector2(1408, 1036) +position = Vector2(415, 311) rotation = 1.39626 -scale = Vector2(0.496637, 0.590486) +scale = Vector2(0.0696861, 0.113579) texture = ExtResource("1_87q5a") + +[node name="Camera2D" type="Camera2D" parent="."] +anchor_mode = 0 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") |