2021-05-29 21:09:10 +02:00
|
|
|
[gd_scene load_steps=5 format=2]
|
|
|
|
|
|
2021-06-05 14:11:47 +02:00
|
|
|
[ext_resource path="res://scenes/UI/ending/Ending.gd" type="Script" id=1]
|
2021-05-29 21:09:10 +02:00
|
|
|
[ext_resource path="res://assets/sounds/victory.ogg" type="AudioStream" id=2]
|
2026-05-16 19:18:27 +02:00
|
|
|
[ext_resource path="res://assets/fonts/MKX Title.ttf" type="FontFile" id=3]
|
2021-05-29 21:09:10 +02:00
|
|
|
|
2026-05-16 19:18:27 +02:00
|
|
|
[sub_resource type="FontFile" id=1]
|
2021-05-29 21:09:10 +02:00
|
|
|
size = 35
|
|
|
|
|
font_data = ExtResource( 3 )
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
2026-05-16 19:18:27 +02:00
|
|
|
offset_left = 640.0
|
|
|
|
|
offset_top = 360.0
|
|
|
|
|
offset_right = 640.0
|
|
|
|
|
offset_bottom = 360.0
|
2021-05-29 21:09:10 +02:00
|
|
|
grow_horizontal = 0
|
|
|
|
|
grow_vertical = 0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
color = Color( 0, 0, 0, 1 )
|
|
|
|
|
|
2021-06-03 22:18:50 +02:00
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
|
wait_time = 4.31
|
|
|
|
|
autostart = true
|
2021-05-29 21:09:10 +02:00
|
|
|
|
2021-06-03 22:18:50 +02:00
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
|
|
|
stream = ExtResource( 2 )
|
|
|
|
|
volume_db = -29.411
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
2026-05-16 19:18:27 +02:00
|
|
|
offset_left = 477.0
|
|
|
|
|
offset_top = 275.0
|
|
|
|
|
offset_right = 802.0
|
|
|
|
|
offset_bottom = 444.0
|
|
|
|
|
theme_override_fonts/font = SubResource( 1 )
|
|
|
|
|
theme_override_colors/font_color = Color( 1, 1, 1, 1 )
|
2021-05-29 21:09:10 +02:00
|
|
|
text = "aHog !!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bravo vous avez gagné."
|
2026-05-16 20:55:47 +02:00
|
|
|
horizontal_alignment = 1
|
|
|
|
|
vertical_alignment = 1
|
2021-05-29 21:09:10 +02:00
|
|
|
|
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|