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
|
|
@ -2,6 +2,7 @@ extends Projectile
|
|||
|
||||
func areyouready():
|
||||
target = Node2D.new()
|
||||
print(get_tree().current_scene.can_target)
|
||||
if len(get_tree().current_scene.can_target) > 0:
|
||||
get_tree().current_scene.can_target[0].add_child(target)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue