update AI and doc

This commit is contained in:
2026-04-16 15:51:10 +02:00
parent cf285153cf
commit a51e94d4d3
9 changed files with 66 additions and 43 deletions

View File

@@ -2,10 +2,10 @@ extends Node
class_name State
@export var state_id: String = ""
@export var state_id: StringName = &""
@warning_ignore("unused_signal")
signal transitioned(state, new_state_name)
signal transitioned(state: State, new_state_id: StringName)
func enter() -> void:
pass