Make cards
This commit is contained in:
@@ -31,6 +31,9 @@ var charged = false;
|
||||
var dash_cooldown_timer = 0;
|
||||
var dash_on_cooldown = false;
|
||||
|
||||
func get_target_pos():
|
||||
return self.get_global_mouse_position()
|
||||
|
||||
func update_move_direction():
|
||||
move_direction = Vector2.ZERO
|
||||
if Input.is_action_pressed("move_right"):
|
||||
|
||||
Reference in New Issue
Block a user