use bigger dialog font
This commit is contained in:
parent
17092006a3
commit
0a4ef3f4fb
4 changed files with 17 additions and 6 deletions
|
@ -21,6 +21,7 @@ size=Vector2( 1800, 200 )
|
||||||
margin=Vector2( 40, 20 )
|
margin=Vector2( 40, 20 )
|
||||||
alignment="Left"
|
alignment="Left"
|
||||||
shadow=false
|
shadow=false
|
||||||
|
font="res://fonts/DialogFont.tres"
|
||||||
|
|
||||||
[definitions]
|
[definitions]
|
||||||
|
|
||||||
|
@ -33,3 +34,4 @@ image_visible=true
|
||||||
auto_color=true
|
auto_color=true
|
||||||
shadow_visible=true
|
shadow_visible=true
|
||||||
modulation=false
|
modulation=false
|
||||||
|
bottom_gap=70.0
|
||||||
|
|
|
@ -21,6 +21,7 @@ size=Vector2( 1800, 200 )
|
||||||
margin=Vector2( 40, 20 )
|
margin=Vector2( 40, 20 )
|
||||||
alignment="Left"
|
alignment="Left"
|
||||||
shadow=false
|
shadow=false
|
||||||
|
font="res://fonts/DialogFont.tres"
|
||||||
|
|
||||||
[definitions]
|
[definitions]
|
||||||
|
|
||||||
|
@ -32,3 +33,4 @@ image_visible=true
|
||||||
auto_color=true
|
auto_color=true
|
||||||
shadow_visible=true
|
shadow_visible=true
|
||||||
modulation=false
|
modulation=false
|
||||||
|
bottom_gap=70.0
|
||||||
|
|
7
fonts/DialogFont.tres
Normal file
7
fonts/DialogFont.tres
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://fonts/open-sans/OpenSans-Bold.ttf" type="DynamicFontData" id=1]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
size = 40
|
||||||
|
font_data = ExtResource( 1 )
|
|
@ -88,14 +88,14 @@ __meta__ = {
|
||||||
[node name="CenterContainer" type="CenterContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer"]
|
[node name="CenterContainer" type="CenterContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer"]
|
||||||
margin_left = 20.0
|
margin_left = 20.0
|
||||||
margin_top = 20.0
|
margin_top = 20.0
|
||||||
margin_right = 330.0
|
margin_right = 397.0
|
||||||
margin_bottom = 480.0
|
margin_bottom = 496.0
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer"]
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer"]
|
||||||
margin_left = 37.0
|
margin_left = 71.0
|
||||||
margin_top = 46.0
|
margin_top = 54.0
|
||||||
margin_right = 272.0
|
margin_right = 306.0
|
||||||
margin_bottom = 414.0
|
margin_bottom = 422.0
|
||||||
custom_constants/separation = 20
|
custom_constants/separation = 20
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
|
|
Loading…
Reference in a new issue