use bigger dialog font
This commit is contained in:
förälder
17092006a3
incheckning
0a4ef3f4fb
4 ändrade filer med 17 tillägg och 6 borttagningar
|
@ -21,6 +21,7 @@ size=Vector2( 1800, 200 )
|
|||
margin=Vector2( 40, 20 )
|
||||
alignment="Left"
|
||||
shadow=false
|
||||
font="res://fonts/DialogFont.tres"
|
||||
|
||||
[definitions]
|
||||
|
||||
|
@ -33,3 +34,4 @@ image_visible=true
|
|||
auto_color=true
|
||||
shadow_visible=true
|
||||
modulation=false
|
||||
bottom_gap=70.0
|
||||
|
|
|
@ -21,6 +21,7 @@ size=Vector2( 1800, 200 )
|
|||
margin=Vector2( 40, 20 )
|
||||
alignment="Left"
|
||||
shadow=false
|
||||
font="res://fonts/DialogFont.tres"
|
||||
|
||||
[definitions]
|
||||
|
||||
|
@ -32,3 +33,4 @@ image_visible=true
|
|||
auto_color=true
|
||||
shadow_visible=true
|
||||
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"]
|
||||
margin_left = 20.0
|
||||
margin_top = 20.0
|
||||
margin_right = 330.0
|
||||
margin_bottom = 480.0
|
||||
margin_right = 397.0
|
||||
margin_bottom = 496.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CenterContainer/Panel/MarginContainer/CenterContainer"]
|
||||
margin_left = 37.0
|
||||
margin_top = 46.0
|
||||
margin_right = 272.0
|
||||
margin_bottom = 414.0
|
||||
margin_left = 71.0
|
||||
margin_top = 54.0
|
||||
margin_right = 306.0
|
||||
margin_bottom = 422.0
|
||||
custom_constants/separation = 20
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
Laddar…
Referens i nytt ärende