diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-20 11:42:22 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-20 11:42:22 +0100 |
commit | f4e07d090cded56ebab54363f1b47f1ea45c8682 (patch) | |
tree | 616698bb4306184469b92d68d3f74dfb61d02c72 /ui/chat_message_format.gd | |
parent | 75793bd23d275d10d6a0bd8024a7e412b64557ce (diff) |
Diffstat (limited to 'ui/chat_message_format.gd')
-rw-r--r-- | ui/chat_message_format.gd | 5 |
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 |