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 /scenes/main.gd | |
parent | 57014a6756f8bfcff7a45387f7e8bb44afdb6e5a (diff) |
Wait, window_mvp2? Get outta here
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 1 |
1 files changed, 1 insertions, 0 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) + |