Files
puzzle-quest/scenes/UI/ending/Ending.tscn
T

68 lines
1.8 KiB
Plaintext
Raw Normal View History

[gd_scene format=3]
2021-05-29 21:09:10 +02:00
[ext_resource type="Script" path="res://scenes/UI/ending/Ending.gd" id="1"]
[ext_resource type="AudioStream" path="res://assets/sounds/victory.ogg" id="2"]
[ext_resource type="FontFile" path="res://assets/fonts/MKX Title.ttf" id="3"]
2021-05-29 21:09:10 +02:00
[sub_resource type="FontFile" id="1"]
fallbacks = Array[Font]([ExtResource("3")])
cache/0/variation_coordinates = {}
cache/0/face_index = 0
cache/0/embolden = 0.0
cache/0/transform = Transform2D(1, 0, 0, 1, 0, 0)
cache/0/spacing_top = 0
cache/0/spacing_bottom = 0
cache/0/spacing_space = 0
cache/0/spacing_glyph = 0
cache/0/baseline_offset = 0.0
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
2021-05-29 21:09:10 +02:00
[node name="CenterContainer" type="CenterContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1")
2021-05-29 21:09:10 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
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-05-29 21:09:10 +02:00
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")
2021-06-03 22:18:50 +02:00
volume_db = -29.411
[node name="Label" type="Label" parent="."]
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é."
horizontal_alignment = 1
vertical_alignment = 1
2021-05-29 21:09:10 +02:00
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]