From f7d40399c2d4c9d9a2998723de23473a99e068d4 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Mon, 13 May 2024 17:49:17 -0400 Subject: [PATCH] Adjusted TODOs --- scripts/game.gd | 1 + scripts/ship.gd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/game.gd b/scripts/game.gd index f066575..21ae47a 100644 --- a/scripts/game.gd +++ b/scripts/game.gd @@ -2,6 +2,7 @@ extends Node2D # TODO: Make a small title screen that starts before the game scene # TODO: MAYBE track high score in a file & show it on HUD +# TODO: MAYBE make ufo enemey that randomly flies in from ones sode to the other const COMET_SPAWNER = preload("res://scenes/comet_spawner.tscn") diff --git a/scripts/ship.gd b/scripts/ship.gd index d3182ec..3b72977 100644 --- a/scripts/ship.gd +++ b/scripts/ship.gd @@ -1,7 +1,7 @@ extends CharacterBody2D # TODO: Add the ability to "warp" -# FIXME: Tweak speed and shoot time values +# FIXME: Tweak speed and floatyness4 signal crashed