diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-11-16 11:43:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 11:43:41 -0600 |
commit | 1a6dd05f13d7afb312332c9636436cadcf01639b (patch) | |
tree | acf15e3a8d0765e743661a0aec78b6c4da64c829 /UI/darksouls.tres | |
parent | df074ff75646f543b634d229c3e183a991403890 (diff) |
Stonks for real this time (#2)
* start labels
* stonks
* stonks for real this time
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") |