From c1b7b5d545a9914cfed86d3260fb184bd9380734 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sun, 12 May 2024 22:40:37 -0400 Subject: [PATCH] Moved to proper folder --- scenes/game.gd | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scenes/game.gd diff --git a/scenes/game.gd b/scenes/game.gd deleted file mode 100644 index 3cf3912..0000000 --- a/scenes/game.gd +++ /dev/null @@ -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 -