TranslationThrive/src/microbe_stage/gui/WinBox.tscn

78 lines
1.8 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=2]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0, 0, 0, 0.196078 )
[sub_resource type="DynamicFont" id=2]
size = 65
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=3]
size = 22
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="Animation" id=4]
resource_name = "FadeIn"
length = 0.5
tracks/0/type = "value"
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.5 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
[node name="WinBox" type="PanelContainer"]
modulate = Color( 1, 1, 1, 0 )
anchor_top = 0.277778
anchor_right = 1.0
anchor_bottom = 0.694444
margin_bottom = 3.05176e-05
mouse_filter = 2
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": true
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 1280.0
margin_bottom = 300.0
alignment = 1
[node name="Title" type="Label" parent="VBoxContainer"]
margin_top = 75.0
margin_right = 1280.0
margin_bottom = 141.0
custom_fonts/font = SubResource( 2 )
text = "YOU_HAVE_THRIVED"
align = 1
valign = 1
[node name="Message" type="Label" parent="VBoxContainer"]
margin_top = 145.0
margin_right = 1280.0
margin_bottom = 223.0
custom_fonts/font = SubResource( 3 )
text = "YOU_HAVE_THRIVED_LONG"
align = 1
valign = 1
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "FadeIn"
anims/FadeIn = SubResource( 4 )
[node name="Timer" type="Timer" parent="."]
wait_time = 15.0
one_shot = true
autostart = true