From 8832e8e067450237e468c7f14ce9568109b2ed7e Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 6 Jul 2025 17:30:55 +0200 Subject: [PATCH] fix: removed the accept buttons from showing early as people would skip important info from the intro --- addons/godot_state_charts/csharp/ResourceWrapper.cs.uid | 1 + addons/godot_state_charts/csharp/SerializedStateChart.cs.uid | 1 + .../godot_state_charts/csharp/SerializedStateChartState.cs.uid | 1 + addons/godot_state_charts/csharp/StateChartSerializer.cs.uid | 1 + scenes/text_wrappers/text_wrapper.gd | 1 - 5 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 addons/godot_state_charts/csharp/ResourceWrapper.cs.uid create mode 100644 addons/godot_state_charts/csharp/SerializedStateChart.cs.uid create mode 100644 addons/godot_state_charts/csharp/SerializedStateChartState.cs.uid create mode 100644 addons/godot_state_charts/csharp/StateChartSerializer.cs.uid diff --git a/addons/godot_state_charts/csharp/ResourceWrapper.cs.uid b/addons/godot_state_charts/csharp/ResourceWrapper.cs.uid new file mode 100644 index 0000000..c106ac5 --- /dev/null +++ b/addons/godot_state_charts/csharp/ResourceWrapper.cs.uid @@ -0,0 +1 @@ +uid://d0wu3wxgpt54g diff --git a/addons/godot_state_charts/csharp/SerializedStateChart.cs.uid b/addons/godot_state_charts/csharp/SerializedStateChart.cs.uid new file mode 100644 index 0000000..4c94d35 --- /dev/null +++ b/addons/godot_state_charts/csharp/SerializedStateChart.cs.uid @@ -0,0 +1 @@ +uid://b2dnvuhxmkjss diff --git a/addons/godot_state_charts/csharp/SerializedStateChartState.cs.uid b/addons/godot_state_charts/csharp/SerializedStateChartState.cs.uid new file mode 100644 index 0000000..4bae699 --- /dev/null +++ b/addons/godot_state_charts/csharp/SerializedStateChartState.cs.uid @@ -0,0 +1 @@ +uid://baivsviwtkk6g diff --git a/addons/godot_state_charts/csharp/StateChartSerializer.cs.uid b/addons/godot_state_charts/csharp/StateChartSerializer.cs.uid new file mode 100644 index 0000000..2f72e39 --- /dev/null +++ b/addons/godot_state_charts/csharp/StateChartSerializer.cs.uid @@ -0,0 +1 @@ +uid://04gv1dhut3pn diff --git a/scenes/text_wrappers/text_wrapper.gd b/scenes/text_wrappers/text_wrapper.gd index 693c579..08fc5a8 100644 --- a/scenes/text_wrappers/text_wrapper.gd +++ b/scenes/text_wrappers/text_wrapper.gd @@ -42,7 +42,6 @@ func _on_further_connexion_timeout() -> void: func _on_text_start_timeout() -> void: message.text = "" - time_before_show_buttons.start() failed_audio.play() time_between_words.start()