fix font weirdness and other patches
This commit is contained in:
parent
0f6c3bb1a3
commit
cb69ef032e
18 changed files with 120 additions and 22 deletions
BIN
UI/Fonts/DejaVuSans.ttf
Normal file
BIN
UI/Fonts/DejaVuSans.ttf
Normal file
Binary file not shown.
35
UI/Fonts/DejaVuSans.ttf.import
Normal file
35
UI/Fonts/DejaVuSans.ttf.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://dcdio2wynh45e"
|
||||
path="res://.godot/imported/DejaVuSans.ttf-6ab86727a992bf60e7dc8a22f570ec7c.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://UI/Fonts/DejaVuSans.ttf"
|
||||
dest_files=["res://.godot/imported/DejaVuSans.ttf-6ab86727a992bf60e7dc8a22f570ec7c.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
generate_mipmaps=false
|
||||
disable_embedded_bitmaps=true
|
||||
multichannel_signed_distance_field=false
|
||||
msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=4
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
BIN
UI/Fonts/OpenMoji-black-glyf.ttf
Normal file
BIN
UI/Fonts/OpenMoji-black-glyf.ttf
Normal file
Binary file not shown.
35
UI/Fonts/OpenMoji.ttf.import
Normal file
35
UI/Fonts/OpenMoji.ttf.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://g33624ku0v3y"
|
||||
path="res://.godot/imported/OpenMoji.ttf-9a7765726db11a4ea74a9eeb97dd208a.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://UI/Fonts/OpenMoji.ttf"
|
||||
dest_files=["res://.godot/imported/OpenMoji.ttf-9a7765726db11a4ea74a9eeb97dd208a.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
generate_mipmaps=false
|
||||
disable_embedded_bitmaps=true
|
||||
multichannel_signed_distance_field=false
|
||||
msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=4
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c3hmtf0h6vtnr"
|
||||
uid="uid://dkesga4w80a58"
|
||||
path="res://.godot/imported/icon.png-d44ad423496976af115f803f6386bc82.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue