FuncIt/source/scenes/OVERLAY/elements/win_lose_screen.tscn
2021-11-18 01:55:55 +02:00

42 lines
910 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0, 0, 0, 0.588235 )
[sub_resource type="DynamicFont" id=2]
size = 144
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[node name="win_lose_screen" type="Node2D"]
[node name="Panel" type="Panel" parent="."]
margin_right = 1920.0
margin_bottom = 360.0
rect_scale = Vector2( 1.00112, 1 )
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="Panel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -492.5
margin_top = -91.0
margin_right = 492.5
margin_bottom = 91.0
custom_fonts/font = SubResource( 2 )
text = "null"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_use_anchors_": false
}