feat: menu overhaul
This commit is contained in:
parent
b17c7280ea
commit
f379dff516
16 changed files with 273 additions and 181 deletions
BIN
assets/fonts/Montjuic.ttf
Normal file
BIN
assets/fonts/Montjuic.ttf
Normal file
Binary file not shown.
40
assets/fonts/Montjuic.ttf.import
Normal file
40
assets/fonts/Montjuic.ttf.import
Normal file
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://u1pey2ilx31c"
|
||||
path="res://.godot/imported/Montjuic.ttf-8309c10243eb822274a7d41c695112ee.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/fonts/Montjuic.ttf"
|
||||
dest_files=["res://.godot/imported/Montjuic.ttf-8309c10243eb822274a7d41c695112ee.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=0
|
||||
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=[{
|
||||
"chars": [],
|
||||
"glyphs": [],
|
||||
"name": "New Configuration",
|
||||
"size": Vector2i(16, 0)
|
||||
}]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
Binary file not shown.
BIN
assets/fonts/m3x6.ttf
Normal file
BIN
assets/fonts/m3x6.ttf
Normal file
Binary file not shown.
|
@ -2,18 +2,18 @@
|
|||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://dn8qanm8tctb2"
|
||||
path="res://.godot/imported/Montserrat-Regular.ttf-15e5248c373097bdb910cdf2cfc29eaa.fontdata"
|
||||
uid="uid://5nniov81t44i"
|
||||
path="res://.godot/imported/m3x6.ttf-21dd1b2d0cb60e4b8c1f80f8ebd64585.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/fonts/Montserrat-Regular.ttf"
|
||||
dest_files=["res://.godot/imported/Montserrat-Regular.ttf-15e5248c373097bdb910cdf2cfc29eaa.fontdata"]
|
||||
source_file="res://assets/fonts/m3x6.ttf"
|
||||
dest_files=["res://.godot/imported/m3x6.ttf-21dd1b2d0cb60e4b8c1f80f8ebd64585.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
antialiasing=0
|
||||
generate_mipmaps=false
|
||||
disable_embedded_bitmaps=true
|
||||
multichannel_signed_distance_field=false
|
||||
|
@ -29,7 +29,12 @@ Fallbacks=null
|
|||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
preload=[{
|
||||
"chars": [],
|
||||
"glyphs": [],
|
||||
"name": "New Configuration",
|
||||
"size": Vector2i(16, 0)
|
||||
}]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
Loading…
Add table
Add a link
Reference in a new issue