Make cards

This commit is contained in:
2025-10-05 01:56:01 +02:00
parent 822d23ccca
commit db8dc3982c
32 changed files with 97 additions and 57 deletions

View File

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