01ea3af253
Apply Godot 4.6 automated conversion: renames Spatial.translate->position, margin_*->offset_*, tool->@tool, .empty()->.is_empty(), DynamicFont->FontFile, onready->@onready, export()->@export, and many more. 127 files changed by the tool. Manual fixes still required for: - godot_db_manager plugin (incompatible APIs: WindowDialog, Tabs, etc.) - lod plugin (Spatial -> Node3D renames) - ResourceLoader.load_interactive removed -> load_threaded_request - OS.set_window_fullscreen removed -> DisplayServer - Viewport.set_size_override removed Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://scenes/UI/ending/Ending.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/sounds/victory.ogg" type="AudioStream" id=2]
|
|
[ext_resource path="res://assets/fonts/MKX Title.ttf" type="FontFile" id=3]
|
|
|
|
[sub_resource type="FontFile" id=1]
|
|
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="."]
|
|
offset_left = 640.0
|
|
offset_top = 360.0
|
|
offset_right = 640.0
|
|
offset_bottom = 360.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
color = Color( 0, 0, 0, 1 )
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 4.31
|
|
autostart = true
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 2 )
|
|
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 )
|
|
text = "aHog !!!
|
|
|
|
|
|
bravo vous avez gagné."
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|