diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:05:28 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:05:28 -0600 |
commit | a74b70b168d8e77c44cfd0fed8813d118dbaaa63 (patch) | |
tree | 8e7c9bad5bff9ae233036a314e905da8e508d537 | |
parent | 57014a6756f8bfcff7a45387f7e8bb44afdb6e5a (diff) |
Wait, window_mvp2? Get outta here
-rw-r--r-- | scenes/main.gd | 1 | ||||
-rw-r--r-- | scenes/window_mvp2.tscn | 14 |
2 files changed, 1 insertions, 14 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index d11845c..258b1ab 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -16,3 +16,4 @@ func _on_microgame_spawn_timer_timeout() -> void: var window = Window.new() add_child(window) + diff --git a/scenes/window_mvp2.tscn b/scenes/window_mvp2.tscn deleted file mode 100644 index 08b5b59..0000000 --- a/scenes/window_mvp2.tscn +++ /dev/null @@ -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") |