mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2024-11-24 21:18:21 -05:00
Adjusted TODOs
This commit is contained in:
parent
96f15c4c1e
commit
f7d40399c2
@ -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")
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user