chore: fix debug warnings

This commit is contained in:
installer
2025-01-22 18:33:23 +01:00
parent 84035f36f4
commit 3ef5356560
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ extends CharacterBody2D
var cooldown := 0.0;
var last_direction := Vector2(0., 0.);
@export var last_direction_coef := 1.2;
@export var last_direction_coef := 2;
@export var max_last_direction := -1.5;
signal laser(pos: Vector2);