add virus spawner

This commit is contained in:
2025-10-05 13:07:29 +02:00
parent c199fe7a6a
commit 34843470c4
5 changed files with 42 additions and 16 deletions

View File

@@ -99,3 +99,7 @@ func _process(delta):
move_state = MoveState.Still;
move_and_slide();
func _on_timer_timeout():
pass # Replace with function body.