From 1a6dd05f13d7afb312332c9636436cadcf01639b Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:43:41 -0600 Subject: Stonks for real this time (#2) * start labels * stonks * stonks for real this time --- UI/TrajanPro-Bold.otf | Bin 0 -> 65848 bytes UI/TrajanPro-Bold.otf.import | 34 ++++++++++++++++++++++++++++++++++ UI/TrajanPro-Regular.ttf | Bin 0 -> 519584 bytes UI/TrajanPro-Regular.ttf.import | 34 ++++++++++++++++++++++++++++++++++ UI/darksouls.tres | 8 ++++++++ 5 files changed, 76 insertions(+) create mode 100644 UI/TrajanPro-Bold.otf create mode 100644 UI/TrajanPro-Bold.otf.import create mode 100644 UI/TrajanPro-Regular.ttf create mode 100644 UI/TrajanPro-Regular.ttf.import create mode 100644 UI/darksouls.tres (limited to 'UI') diff --git a/UI/TrajanPro-Bold.otf b/UI/TrajanPro-Bold.otf new file mode 100644 index 0000000..c27f189 Binary files /dev/null and b/UI/TrajanPro-Bold.otf differ 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 new file mode 100644 index 0000000..b53d6c0 Binary files /dev/null and b/UI/TrajanPro-Regular.ttf differ 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") -- cgit v1.2.3