summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 19:05:28 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 19:05:28 -0600
commita74b70b168d8e77c44cfd0fed8813d118dbaaa63 (patch)
tree8e7c9bad5bff9ae233036a314e905da8e508d537 /scenes
parent57014a6756f8bfcff7a45387f7e8bb44afdb6e5a (diff)
Wait, window_mvp2? Get outta here
Diffstat (limited to 'scenes')
-rw-r--r--scenes/main.gd1
-rw-r--r--scenes/window_mvp2.tscn14
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")