diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-11-15 19:55:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 19:55:44 -0600 |
commit | 33a6215be1c05efe3628509a1e0bb53f40b2a3ca (patch) | |
tree | 8c29790ef9c808b2e3b825d3c9a56125b0b10cda /text.tres | |
parent | 7a468e63650bd5f10e8402f416ea988883844f89 (diff) | |
parent | 4f5d964c6890f3281e8673905ab0158dca0ebcf8 (diff) |
Merge pull request #1 from cssa-game-jam-2024/stock-ticker-mvp
Stock ticker mvp
Diffstat (limited to 'text.tres')
-rw-r--r-- | text.tres | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/text.tres b/text.tres new file mode 100644 index 0000000..a724622 --- /dev/null +++ b/text.tres @@ -0,0 +1,8 @@ +[gd_resource type="Theme" load_steps=2 format=3 uid="uid://cte81ypvmrsrv"] + +[ext_resource type="FontFile" uid="uid://3e6fuwt5giyn" path="res://templeos_font.ttf" id="1_3hk8o"] + +[resource] +Label/colors/font_color = Color(0, 0, 0, 1) +Label/font_sizes/font_size = 30 +Label/fonts/font = ExtResource("1_3hk8o") |