diff options
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 |