fixed character state issue

This commit is contained in:
derek
2025-06-11 10:17:17 -05:00
parent 9dba8e166f
commit dc72123a49
2 changed files with 49 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
extends State
class_name CharacterState
class_name PlayerState
@export var character: CharacterBody3D
@export var move_speed: float = 3