diff --git a/scenes/classes/state.gd b/scenes/classes/state.gd index 20ba1f1..9648ee7 100644 --- a/scenes/classes/state.gd +++ b/scenes/classes/state.gd @@ -4,7 +4,7 @@ ## Emitted when the state finishes and wants to transition to another state. @warning_ignore("unused_signal") -signal finished(next_state_path: String, data: Dictionary) +signal finished(next_state_path: String, data: Dictionary[String, Variant]) ## For 'ghost frame' update fix