Wait, window_mvp2? Get outta here

This commit is contained in:
Zoey Kitt 2024-11-15 19:05:28 -06:00
parent 57014a6756
commit a74b70b168
2 changed files with 1 additions and 14 deletions

View file

@ -16,3 +16,4 @@ func _on_microgame_spawn_timer_timeout() -> void:
var window = Window.new()
add_child(window)

View file

@ -1,14 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://dtp5im4xmo5lh"]
[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")