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/microgames/window_mvp.tscn | |
parent | a74b70b168d8e77c44cfd0fed8813d118dbaaa63 (diff) |
New window every second lol
Diffstat (limited to 'scenes/microgames/window_mvp.tscn')
-rw-r--r-- | scenes/microgames/window_mvp.tscn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scenes/microgames/window_mvp.tscn b/scenes/microgames/window_mvp.tscn new file mode 100644 index 0000000..da707d8 --- /dev/null +++ b/scenes/microgames/window_mvp.tscn @@ -0,0 +1,14 @@ +[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(415, 311) +rotation = 1.39626 +scale = Vector2(0.0696861, 0.113579) +texture = ExtResource("1_87q5a") + +[node name="Camera2D" type="Camera2D" parent="."] +anchor_mode = 0 |