Adjusted TODOs

This commit is contained in:
Rain Clark 2024-05-13 17:49:17 -04:00
parent 96f15c4c1e
commit f7d40399c2
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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