add radio

This commit is contained in:
2026-04-13 23:05:52 +02:00
parent adaa9eda98
commit dc0bf0ba37
10 changed files with 158 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ class_name State
@export var state_id: String = ""
@warning_ignore("unused_signal")
signal transitioned(state, new_state_name)
func enter() -> void: