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/darksouls.tres | |
parent | a2362a3b42d291df1aad66e9afde870a682a4211 (diff) | |
parent | 1a6dd05f13d7afb312332c9636436cadcf01639b (diff) |
Merge branch 'main' into ads
Diffstat (limited to 'UI/darksouls.tres')
-rw-r--r-- | UI/darksouls.tres | 8 |
1 files changed, 8 insertions, 0 deletions
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") |