Commit f379dff5 authored by Gerard Gascón's avatar Gerard Gascón
Browse files

feat: menu overhaul

parent b17c7280
Loading
Loading
Loading
Loading
+111 KiB

File added.

No diff preview for this file type.

+40 −0
Original line number Diff line number Diff line
[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={}
−323 KiB

File deleted.

assets/fonts/m3x6.ttf

0 → 100644
+9.81 KiB

File added.

No diff preview for this file type.

+11 −6
Original line number Diff line number Diff line
@@ -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