Added some TODO lines and implemented very bad dash system
This commit is contained in:
parent
255a47f6da
commit
828f4c52c7
12 changed files with 70 additions and 14 deletions
|
|
@ -1,5 +1,6 @@
|
|||
extends CharacterBody2D
|
||||
|
||||
# TODO: rewrite NPC to use state machine
|
||||
# TODO: create class_name which is used to inherit common attributes to mainship and npc ship
|
||||
class_name NPCShip
|
||||
|
||||
@export var destination_timer : Timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue