mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=2]
|
|
|
|
[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_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_top = -91.0
|
|
margin_bottom = 91.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
text = "null"
|
|
align = 1
|
|
valign = 1
|
|
uppercase = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label2" type="Label" parent="Panel"]
|
|
visible = false
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_left = -1.99776
|
|
margin_top = 105.0
|
|
margin_right = -1.9978
|
|
margin_bottom = 151.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "NULL"
|
|
align = 1
|
|
valign = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|