Wait, window_mvp2? Get outta here
This commit is contained in:
parent
57014a6756
commit
a74b70b168
2 changed files with 1 additions and 14 deletions
|
@ -16,3 +16,4 @@ func _on_microgame_spawn_timer_timeout() -> void:
|
|||
|
||||
var window = Window.new()
|
||||
add_child(window)
|
||||
|
||||
|
|
|
@ -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")
|
Loading…
Add table
Reference in a new issue