add gamestate, doc and fix

This commit is contained in:
2026-04-16 11:01:04 +02:00
parent dc0bf0ba37
commit e02bd1819f
29 changed files with 466 additions and 71 deletions

View File

@@ -44,5 +44,3 @@ func _on_state_transition(state: State, new_state_id: String) -> void:
current_state = new_state
current_state.enter()
print("Transizione a: ", current_state.state_id)