diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-24 00:36:06 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-24 00:36:06 +0100 |
commit | 6e2deea3d1b2fb4d79dac02a0d4310936c7f317c (patch) | |
tree | 05590a7d9f7cecde037aad7a5487ff2c62176932 /ui/theme_login_label.tres | |
parent | 7b3f386449aeab124d84d2aff4c273e646e68763 (diff) |
next commit
Diffstat (limited to 'ui/theme_login_label.tres')
-rw-r--r-- | ui/theme_login_label.tres | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/theme_login_label.tres b/ui/theme_login_label.tres new file mode 100644 index 0000000..c57b138 --- /dev/null +++ b/ui/theme_login_label.tres @@ -0,0 +1,8 @@ +[gd_resource type="Theme" load_steps=2 format=3 uid="uid://wj6pqc4klxfr"] + +[ext_resource type="FontFile" uid="uid://dqqmqch0dgxxc" path="res://client_data/System/font/SCDream6.otf" id="1_t5tbi"] + +[resource] +Label/colors/font_color = Color(0.352941, 0.435294, 0.6, 1) +Label/font_sizes/font_size = 12 +Label/fonts/font = ExtResource("1_t5tbi") |