34 lines
840 B
Text
34 lines
840 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=1]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 85
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
bg_color = Color( 0, 0, 0, 1 )
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color( 1, 1, 1, 1 )
|
|
border_blend = true
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
position = Vector2( 1, -66 )
|
|
z_index = 4096
|
|
z_as_relative = false
|
|
|
|
[node name="Label" type="Label" parent="Node2D"]
|
|
margin_left = 16.0
|
|
margin_top = -96.0
|
|
margin_right = 183.0
|
|
margin_bottom = 13.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
custom_styles/normal = SubResource( 2 )
|
|
text = "new"
|