generated from SGDA/GodotExampleProject
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
16e0db2f9c | |||
76ee5d19be |
@ -17,12 +17,13 @@ shape = SubResource("CircleShape2D_oyfc1")
|
|||||||
|
|
||||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||||
z_index = 1000
|
z_index = 1000
|
||||||
offset_left = 6.0
|
offset_left = 10.0
|
||||||
offset_top = -17.0
|
offset_top = -29.0
|
||||||
offset_right = 128.0
|
offset_right = 132.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 11.0
|
||||||
theme_override_fonts/normal_font = ExtResource("2_u3pc4")
|
theme_override_fonts/normal_font = ExtResource("2_u3pc4")
|
||||||
text = "INTERACT"
|
theme_override_font_sizes/normal_font_size = 32
|
||||||
|
text = "INTERAGIR"
|
||||||
|
|
||||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||||
z_index = 1000
|
z_index = 1000
|
||||||
@ -81,14 +82,14 @@ unique_name_in_owner = true
|
|||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
text = "FUCK YES"
|
text = "CARRÉMENT!"
|
||||||
|
|
||||||
[node name="CancelButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
|
[node name="CancelButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
text = "OH HELL NAH"
|
text = "UNDO, UNDO!"
|
||||||
|
|
||||||
[node name="OkButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
|
[node name="OkButton" type="Button" parent="CenterContainer/ConfirmPanel/VBoxContainer/CenterContainer/HBoxContainer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
@ -96,7 +97,7 @@ visible = false
|
|||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
text = "Whoops..."
|
text = "Oups..."
|
||||||
|
|
||||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||||
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
||||||
|
@ -2056,7 +2056,7 @@ region_rect = Rect2(256, 153, 13, 16)
|
|||||||
|
|
||||||
[node name="RightDoor" parent="." instance=ExtResource("5_tefeu")]
|
[node name="RightDoor" parent="." instance=ExtResource("5_tefeu")]
|
||||||
position = Vector2(424, 8)
|
position = Vector2(424, 8)
|
||||||
message = "Entrer dans l'hotel ?"
|
message = "Entrer dans le bar ?"
|
||||||
interact_text = "porte"
|
interact_text = "porte"
|
||||||
event = "right"
|
event = "right"
|
||||||
|
|
||||||
|
@ -166,6 +166,8 @@ script = ExtResource("1_dovo2")
|
|||||||
move = ExtResource("2_gmlin")
|
move = ExtResource("2_gmlin")
|
||||||
interact = ExtResource("3_lvxji")
|
interact = ExtResource("3_lvxji")
|
||||||
|
|
||||||
|
[node name="AudioListener2D" type="AudioListener2D" parent="."]
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
position = Vector2(0, 2)
|
position = Vector2(0, 2)
|
||||||
shape = SubResource("CapsuleShape2D_dovo2")
|
shape = SubResource("CapsuleShape2D_dovo2")
|
||||||
|
@ -86,7 +86,7 @@ __HANDSHAKE OVER__
|
|||||||
__FINGERPRINT: NO-MECANIC__
|
__FINGERPRINT: NO-MECANIC__
|
||||||
/!\\ CONNEXION SECURE /!\\
|
/!\\ CONNEXION SECURE /!\\
|
||||||
---
|
---
|
||||||
BON SANG DINO SÉRIEUX, LA CIBLE EST PARTIE ET LA MISSION EST RATÉE!
|
VOUS AVEZ ÉTÉ DÉMASQUÉ-E...
|
||||||
"
|
"
|
||||||
vertical_alignment = 1
|
vertical_alignment = 1
|
||||||
autowrap_mode = 3
|
autowrap_mode = 3
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user