2025-05-13 19:22:01 +08:00

119 lines
2.9 KiB
Plaintext

[gd_scene load_steps=7 format=4]
[ext_resource type="Texture2D" path="res://Sprites/Menus/utbox2.png" id="1"]
[ext_resource type="FontFile" path="res://Fonts/DTM-Mono.otf" id="2"]
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_bombfall.wav" id="3"]
[sub_resource type="Animation" id="Animation_ewjs0"]
length = 0.0010000000474974513
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 0, 1)]
}
[sub_resource type="Animation" id="Animation_vf7xf"]
resource_name = "new_animation"
length = 0.1000019982457161
loop_mode = 1
step = 0.016666699200868607
tracks/0/type = "audio"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("AudioStreamPlayer")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"clips": [{
"end_offset": 0.0,
"start_offset": 0.0,
"stream": ExtResource("3")
}],
"times": PackedFloat32Array(0)
}
tracks/0/use_blend = true
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:modulate")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.05),
"transitions": PackedFloat32Array(1, 1),
"update": 1,
"values": [Color(1, 1, 0, 1), Color(1, 0.427451, 0, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_utip7"]
_data = {
&"RESET": SubResource("Animation_ewjs0"),
&"new_animation": SubResource("Animation_vf7xf")
}
[node name="Warning" type="Control"]
modulate = Color(1, 1, 0, 1)
layout_mode = 3
anchors_preset = 0
[node name="NinePatchRect" type="NinePatchRect" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1")
patch_margin_left = 1
patch_margin_top = 1
patch_margin_right = 1
patch_margin_bottom = 1
[node name="RichTextLabel" type="RichTextLabel" parent="NinePatchRect"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -5.0
offset_top = -10.0
offset_right = 5.0
offset_bottom = 10.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/normal_font = ExtResource("2")
bbcode_enabled = true
text = "[center]!"
fit_content = true
scroll_active = false
autowrap_mode = 0
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
bus = &"Sound"
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_utip7")
}
autoplay = "new_animation"
[node name="Timer" type="Timer" parent="."]
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="queue_free"]