From d9b384b4a0a44c73fee103349f70df9522c343db Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Tue, 14 May 2024 18:03:20 -0400 Subject: [PATCH] Clean up --- scripts/game.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/game.gd b/scripts/game.gd index 3092cf4..9590e80 100644 --- a/scripts/game.gd +++ b/scripts/game.gd @@ -1,6 +1,6 @@ extends Node2D -# TODO: MAYBE make ufo enemey that randomly flies in from ones sode to the other +# TODO: MAYBE make ufo enemey that randomly flies in from ones side to the other const COMET_SPAWNER = preload("res://scenes/comet_spawner.tscn")