Moved to proper folder

This commit is contained in:
Rain Clark 2024-05-12 22:40:37 -04:00
parent abad40fbd4
commit c1b7b5d545

View File

@ -1,10 +0,0 @@
extends Node2D
# TODO: Make a HUD that shows "level" and "score" (& maybe high score)
# TODO: Display a game over screen when the ship is hit by a comet with abilty to restart
# TODO: Create a node that randomly spwans some comets on the map
# TODO: Detect when all comets are gone and increase the level (& maybe speed?)
# TODO: Make a space like background, maybe some scrolling, maybe randomly generated
# TODO: Make a small title screen that starts before the game scene
# TODO: MAYBE track high score in a file