diff options
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index 7e65562..2c9cda5 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -4,9 +4,6 @@ extends Node2D func _ready() -> void: _on_microgame_spawn_timer_timeout() - # Spawn Clippette??? - $Clippette.visible = true - # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: |