1 Commits

Author SHA1 Message Date
d1996d44ed fix: wrong building and project name
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 2m31s
2025-06-29 14:43:22 +02:00
5 changed files with 5 additions and 18 deletions

View File

@ -10,7 +10,7 @@ config_version=5
[application] [application]
config/name="Between the lines" config/name="ENTRE LES LIGNES"
run/main_scene="res://template/scenes/opening/opening_with_logo.tscn" run/main_scene="res://template/scenes/opening/opening_with_logo.tscn"
config/features=PackedStringArray("4.4", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"

View File

@ -1,22 +1,13 @@
[gd_scene load_steps=13 format=3 uid="uid://cgql2prrr5cj7"] [gd_scene load_steps=9 format=3 uid="uid://cgql2prrr5cj7"]
[ext_resource type="PackedScene" uid="uid://bhhphcagggc1" path="res://template/scenes/credits/scrolling_credits.tscn" id="1_a1vv7"] [ext_resource type="PackedScene" uid="uid://bhhphcagggc1" path="res://template/scenes/credits/scrolling_credits.tscn" id="1_a1vv7"]
[ext_resource type="Script" uid="uid://bwr3tliac4mo2" path="res://scenes/text_wrappers/text_wrapper.gd" id="2_at5ku"] [ext_resource type="Script" uid="uid://bwr3tliac4mo2" path="res://scenes/text_wrappers/text_wrapper.gd" id="2_at5ku"]
[ext_resource type="PackedScene" uid="uid://bkcsjsk2ciff" path="res://addons/maaacks_menus_template/base/scenes/music_players/background_music_player.tscn" id="3_gqt46"] [ext_resource type="PackedScene" uid="uid://bkcsjsk2ciff" path="res://addons/maaacks_menus_template/base/scenes/music_players/background_music_player.tscn" id="3_gqt46"]
[ext_resource type="AudioStream" uid="uid://cf4nuujvtsup8" path="res://assets/Audio/VO_ALL_EVENT_Temps ecoule_01.ogg" id="3_uu3cc"]
[ext_resource type="AudioStream" uid="uid://dbjabxovmko46" path="res://assets/Audio/VO_ALL_EVENT_Temps ecoule_02.ogg" id="4_2sqmg"]
[ext_resource type="Script" uid="uid://1nf36h0gms3q" path="res://addons/maaacks_menus_template/base/scripts/capture_focus.gd" id="4_uu3cc"] [ext_resource type="Script" uid="uid://1nf36h0gms3q" path="res://addons/maaacks_menus_template/base/scripts/capture_focus.gd" id="4_uu3cc"]
[ext_resource type="AudioStream" uid="uid://dj0xq3jf0hx5i" path="res://assets/Audio/VO_ALL_EVENT_Temps ecoule_03.ogg" id="5_6gsxv"]
[ext_resource type="AudioStream" uid="uid://bt50x0ixm8ffo" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_01.ogg" id="6_ir5jc"] [ext_resource type="AudioStream" uid="uid://bt50x0ixm8ffo" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_01.ogg" id="6_ir5jc"]
[ext_resource type="AudioStream" uid="uid://766x5e1nsjng" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_02.ogg" id="7_iynht"] [ext_resource type="AudioStream" uid="uid://766x5e1nsjng" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_02.ogg" id="7_iynht"]
[ext_resource type="AudioStream" uid="uid://3y3cljtkhb2x" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_03.ogg" id="8_o1fwe"] [ext_resource type="AudioStream" uid="uid://3y3cljtkhb2x" path="res://assets/Audio/VO_LVL3_EVENT_Aha echec_03.ogg" id="8_o1fwe"]
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_uu3cc"]
streams_count = 3
stream_0/stream = ExtResource("3_uu3cc")
stream_1/stream = ExtResource("4_2sqmg")
stream_2/stream = ExtResource("5_6gsxv")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_ir5jc"] [sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_ir5jc"]
streams_count = 3 streams_count = 3
stream_0/stream = ExtResource("6_ir5jc") stream_0/stream = ExtResource("6_ir5jc")
@ -28,7 +19,6 @@ script = ExtResource("2_at5ku")
scene_to_trigger = "uid://s1cx1gvt4bed" scene_to_trigger = "uid://s1cx1gvt4bed"
[node name="FailedAudio" type="AudioStreamPlayer2D" parent="." index="0"] [node name="FailedAudio" type="AudioStreamPlayer2D" parent="." index="0"]
stream = SubResource("AudioStreamRandomizer_uu3cc")
bus = &"VoiceOver" bus = &"VoiceOver"
[node name="AHAAudio" type="AudioStreamPlayer2D" parent="." index="1"] [node name="AHAAudio" type="AudioStreamPlayer2D" parent="." index="1"]

View File

@ -43,7 +43,7 @@ func _on_further_connexion_timeout() -> void:
func _on_text_start_timeout() -> void: func _on_text_start_timeout() -> void:
message.text = "" message.text = ""
time_before_show_buttons.start() time_before_show_buttons.start()
# failed_audio.play() failed_audio.play()
time_between_words.start() time_between_words.start()
func _on_time_between_words_timeout() -> void: func _on_time_between_words_timeout() -> void:

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://eh3y4s4qad8m"] [gd_scene load_steps=10 format=3 uid="uid://eh3y4s4qad8m"]
[ext_resource type="PackedScene" uid="uid://bhhphcagggc1" path="res://template/scenes/credits/scrolling_credits.tscn" id="1_o8vp5"] [ext_resource type="PackedScene" uid="uid://bhhphcagggc1" path="res://template/scenes/credits/scrolling_credits.tscn" id="1_o8vp5"]
[ext_resource type="Script" uid="uid://bwr3tliac4mo2" path="res://scenes/text_wrappers/text_wrapper.gd" id="2_fg6t0"] [ext_resource type="Script" uid="uid://bwr3tliac4mo2" path="res://scenes/text_wrappers/text_wrapper.gd" id="2_fg6t0"]
@ -16,8 +16,6 @@ stream_1/stream = ExtResource("6_0ltfy")
stream_2/stream = ExtResource("7_8gnxm") stream_2/stream = ExtResource("7_8gnxm")
stream_3/stream = ExtResource("8_m6anb") stream_3/stream = ExtResource("8_m6anb")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_0ltfy"]
[node name="WrongBuilding" instance=ExtResource("1_o8vp5")] [node name="WrongBuilding" instance=ExtResource("1_o8vp5")]
script = ExtResource("2_fg6t0") script = ExtResource("2_fg6t0")
scene_to_trigger = "uid://s1cx1gvt4bed" scene_to_trigger = "uid://s1cx1gvt4bed"
@ -133,7 +131,6 @@ wait_time = 2.0
one_shot = true one_shot = true
[node name="AHAAudio" type="AudioStreamPlayer2D" parent="." index="11"] [node name="AHAAudio" type="AudioStreamPlayer2D" parent="." index="11"]
stream = SubResource("AudioStreamRandomizer_0ltfy")
autoplay = true autoplay = true
bus = &"VoiceOver" bus = &"VoiceOver"

View File

@ -373,7 +373,7 @@ modulate = Color(1, 1, 1, 0)
modulate = Color(1, 1, 1, 0) modulate = Color(1, 1, 1, 0)
[node name="TitleLabel" parent="MenuContainer/TitleMargin/TitleContainer" index="0"] [node name="TitleLabel" parent="MenuContainer/TitleMargin/TitleContainer" index="0"]
text = "BETWEEN THE LINES" text = "ENTRE LES LIGNES"
[node name="SubTitleContainer" parent="MenuContainer/SubTitleMargin" index="0"] [node name="SubTitleContainer" parent="MenuContainer/SubTitleMargin" index="0"]
modulate = Color(1, 1, 1, 0) modulate = Color(1, 1, 1, 0)