diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-24 00:17:48 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-24 00:17:48 +0200 |
| commit | a081edbdf3d01a73d29c21843bf487a0d232152d (patch) | |
| tree | e4ad503a24f84d65a212c158a188843489ec8cc8 /client/menu/theme.tres | |
| parent | 3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b (diff) | |
| download | hurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar hurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar.bz2 hurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar.zst | |
add background to main menu
Diffstat (limited to 'client/menu/theme.tres')
| -rw-r--r-- | client/menu/theme.tres | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/client/menu/theme.tres b/client/menu/theme.tres new file mode 100644 index 00000000..5865cf77 --- /dev/null +++ b/client/menu/theme.tres @@ -0,0 +1,29 @@ +[gd_resource type="Theme" load_steps=4 format=3 uid="uid://b0qmvo504e457"] + +[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/font-sansita-swashed.woff2" id="1_tneco"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25x32"] +content_margin_left = 10.0 +content_margin_top = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +bg_color = Color(1, 1, 1, 0.0352941) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2fl8q"] +content_margin_left = 10.0 +content_margin_top = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +bg_color = Color(1, 1, 1, 0.266667) + +[resource] +Button/styles/disabled = SubResource("StyleBoxFlat_25x32") +Button/styles/focus = SubResource("StyleBoxFlat_25x32") +Button/styles/hover = SubResource("StyleBoxFlat_2fl8q") +Button/styles/normal = SubResource("StyleBoxFlat_25x32") +Button/styles/pressed = SubResource("StyleBoxFlat_25x32") +Label/font_sizes/font_size = 16 +Label/fonts/font = ExtResource("1_tneco") +LineEdit/styles/focus = SubResource("StyleBoxFlat_25x32") +LineEdit/styles/normal = SubResource("StyleBoxFlat_25x32") +LineEdit/styles/read_only = SubResource("StyleBoxFlat_25x32") |