diff --git a/font/Shinonome12.fnt.import b/font/Shinonome12.fnt.import index 6dc02a8..b745f13 100644 --- a/font/Shinonome12.fnt.import +++ b/font/Shinonome12.fnt.import @@ -12,6 +12,5 @@ dest_files=["res://.godot/imported/Shinonome12.fnt-6ad0e0951d022227cb96be2a82eed [params] -fallbacks=[Object(SystemFont,"resource_local_to_scene":false,"resource_name":"","font_names":PackedStringArray("JF Dot Shinonome Gothic 12"),"font_italic":false,"font_weight":400,"font_stretch":100,"antialiasing":1,"generate_mipmaps":false,"allow_system_fallback":true,"force_autohinter":false,"hinting":1,"subpixel_positioning":1,"multichannel_signed_distance_field":false,"msdf_pixel_range":16,"msdf_size":48,"oversampling":0.0,"fallbacks":Array[Font]([]),"script":null) -] +fallbacks=[] compress=true diff --git a/project.godot b/project.godot index 01621f1..5fcede7 100644 --- a/project.godot +++ b/project.godot @@ -25,7 +25,7 @@ window/stretch/mode="viewport" [gui] -theme/custom="res://theme.tres" +theme/custom_font="res://font/Shinonome12.fnt" common/drop_mouse_on_gui_input_disabled=true [importer_defaults] diff --git a/theme.tres b/theme.tres deleted file mode 100644 index d0b1e0e..0000000 --- a/theme.tres +++ /dev/null @@ -1,7 +0,0 @@ -[gd_resource type="Theme" load_steps=2 format=3 uid="uid://cfid6egxnnpx6"] - -[ext_resource type="FontFile" uid="uid://fejv4jvui7qj" path="res://font/Shinonome12.fnt" id="1_fvy8y"] - -[resource] -default_font = ExtResource("1_fvy8y") -default_font_size = 12