diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 12:32:03 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 12:32:03 -0600 |
commit | 9ba8e86a7905c24692f5b199cf1255dbae8e2f15 (patch) | |
tree | cb2fde50446e52cd3db0cec4ffcb07c125af6ee1 /UI | |
parent | a2362a3b42d291df1aad66e9afde870a682a4211 (diff) | |
parent | 1a6dd05f13d7afb312332c9636436cadcf01639b (diff) |
Merge branch 'main' into ads
Diffstat (limited to 'UI')
-rw-r--r-- | UI/TrajanPro-Bold.otf | bin | 0 -> 65848 bytes | |||
-rw-r--r-- | UI/TrajanPro-Bold.otf.import | 34 | ||||
-rw-r--r-- | UI/TrajanPro-Regular.ttf | bin | 0 -> 519584 bytes | |||
-rw-r--r-- | UI/TrajanPro-Regular.ttf.import | 34 | ||||
-rw-r--r-- | UI/darksouls.tres | 8 |
5 files changed, 76 insertions, 0 deletions
diff --git a/UI/TrajanPro-Bold.otf b/UI/TrajanPro-Bold.otf Binary files differnew file mode 100644 index 0000000..c27f189 --- /dev/null +++ b/UI/TrajanPro-Bold.otf diff --git a/UI/TrajanPro-Bold.otf.import b/UI/TrajanPro-Bold.otf.import new file mode 100644 index 0000000..107ee7b --- /dev/null +++ b/UI/TrajanPro-Bold.otf.import @@ -0,0 +1,34 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://qcnw15tljlaw" +path="res://.godot/imported/TrajanPro-Bold.otf-645b7b6de76ea350aa9387e1c544393e.fontdata" + +[deps] + +source_file="res://UI/TrajanPro-Bold.otf" +dest_files=["res://.godot/imported/TrajanPro-Bold.otf-645b7b6de76ea350aa9387e1c544393e.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=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/UI/TrajanPro-Regular.ttf b/UI/TrajanPro-Regular.ttf Binary files differnew file mode 100644 index 0000000..b53d6c0 --- /dev/null +++ b/UI/TrajanPro-Regular.ttf diff --git a/UI/TrajanPro-Regular.ttf.import b/UI/TrajanPro-Regular.ttf.import new file mode 100644 index 0000000..7d08576 --- /dev/null +++ b/UI/TrajanPro-Regular.ttf.import @@ -0,0 +1,34 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://cqbvonuv72tu4" +path="res://.godot/imported/TrajanPro-Regular.ttf-92a4010dc4d10444d1337e1e88061245.fontdata" + +[deps] + +source_file="res://UI/TrajanPro-Regular.ttf" +dest_files=["res://.godot/imported/TrajanPro-Regular.ttf-92a4010dc4d10444d1337e1e88061245.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=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/UI/darksouls.tres b/UI/darksouls.tres new file mode 100644 index 0000000..f12f77c --- /dev/null +++ b/UI/darksouls.tres @@ -0,0 +1,8 @@ +[gd_resource type="Theme" load_steps=2 format=3 uid="uid://duy8w6dc8ebi3"] + +[ext_resource type="FontFile" uid="uid://cqbvonuv72tu4" path="res://UI/TrajanPro-Regular.ttf" id="1_fpdu3"] + +[resource] +Label/colors/font_color = Color(1, 0.75, 0, 0.780392) +Label/font_sizes/font_size = 126 +Label/fonts/font = ExtResource("1_fpdu3") |