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")