aboutsummaryrefslogtreecommitdiff
path: root/client/menu/theme
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-25 15:30:01 +0200
committertpart <tpart120@proton.me>2024-09-25 15:45:32 +0200
commit2323f3d4ba638491110be16734be9c24485caefa (patch)
tree2810e1759488b3e12976e7ef7ca508e68ded8975 /client/menu/theme
parent8603ed6c5cd6ba8abc8516a25d45fdd0792bc0f8 (diff)
downloadhurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar
hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.bz2
hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.zst
Support pinned messages
Diffstat (limited to 'client/menu/theme')
-rw-r--r--client/menu/theme/paper_panel_style.tres6
-rw-r--r--client/menu/theme/style/item_bubble_progress_style_background.tres5
2 files changed, 11 insertions, 0 deletions
diff --git a/client/menu/theme/paper_panel_style.tres b/client/menu/theme/paper_panel_style.tres
new file mode 100644
index 00000000..5a8a4a78
--- /dev/null
+++ b/client/menu/theme/paper_panel_style.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://bqhs5wtdp2oax"]
+
+[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://menu/theme/paper_texture.tres" id="1_u1kqj"]
+
+[resource]
+texture = ExtResource("1_u1kqj")
diff --git a/client/menu/theme/style/item_bubble_progress_style_background.tres b/client/menu/theme/style/item_bubble_progress_style_background.tres
new file mode 100644
index 00000000..02362554
--- /dev/null
+++ b/client/menu/theme/style/item_bubble_progress_style_background.tres
@@ -0,0 +1,5 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cu0his4018e7h"]
+
+[resource]
+corner_radius_bottom_right = 32
+corner_radius_bottom_left = 32