more testing

This commit is contained in:
2025-06-10 20:59:28 -05:00
parent ea26c77a49
commit 9dba8e166f
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
extends Node
class_name StateMachine
class_name PlayerStateMachine
@export var player : Player
@export var initial_state : State
var current_state : State