fix font weirdness and other patches
This commit is contained in:
parent
0f6c3bb1a3
commit
cb69ef032e
18 changed files with 120 additions and 22 deletions
|
@ -1,10 +1,24 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://b3wjoiiv6sq22"]
|
||||
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://cxi113pis5rln"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dcdio2wynh45e" path="res://UI/Fonts/DejaVuSans.ttf" id="1_crk4k"]
|
||||
[ext_resource type="StyleBox" uid="uid://crsm0yvhb6rv1" path="res://UI/Themes/NodeTheme.tres" id="1_ne1i0"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_crk4k"]
|
||||
|
||||
[resource]
|
||||
Button/fonts/font = ExtResource("1_crk4k")
|
||||
Label/colors/font_color = Color(1, 1, 1, 1)
|
||||
Label/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
|
||||
Label/constants/line_spacing = 3
|
||||
Label/constants/outline_size = 0
|
||||
Label/constants/shadow_offset_x = 1
|
||||
Label/constants/shadow_offset_y = 1
|
||||
Label/constants/shadow_outline_size = 1
|
||||
Label/font_sizes/font_size = 12
|
||||
Label/fonts/font = null
|
||||
Label/fonts/font = ExtResource("1_crk4k")
|
||||
Label/styles/normal = SubResource("StyleBoxEmpty_crk4k")
|
||||
LineEdit/fonts/font = ExtResource("1_crk4k")
|
||||
MarginContainer/constants/margin_bottom = 10
|
||||
MarginContainer/constants/margin_left = 10
|
||||
MarginContainer/constants/margin_right = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue