summaryrefslogtreecommitdiff
path: root/ui/chat_message_format.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-12-20 11:42:22 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-12-20 11:42:22 +0100
commitf4e07d090cded56ebab54363f1b47f1ea45c8682 (patch)
tree616698bb4306184469b92d68d3f74dfb61d02c72 /ui/chat_message_format.gd
parent75793bd23d275d10d6a0bd8024a7e412b64557ce (diff)
next commitHEADmain
Diffstat (limited to 'ui/chat_message_format.gd')
-rw-r--r--ui/chat_message_format.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/chat_message_format.gd b/ui/chat_message_format.gd
new file mode 100644
index 0000000..b53ffe3
--- /dev/null
+++ b/ui/chat_message_format.gd
@@ -0,0 +1,5 @@
+class_name ChatMessageFormat
+extends Resource
+
+var color: Color
+var size: int