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_window.gd | |
parent | 75793bd23d275d10d6a0bd8024a7e412b64557ce (diff) |
Diffstat (limited to 'ui/chat_window.gd')
-rw-r--r-- | ui/chat_window.gd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/chat_window.gd b/ui/chat_window.gd index 640a257..d43791f 100644 --- a/ui/chat_window.gd +++ b/ui/chat_window.gd @@ -56,8 +56,3 @@ func _on_broadcast_formatted_message_packet_received(packet: BroadcastFormattedM format.size = packet.font_size add_message(packet.message, format) - - -class ChatMessageFormat extends Resource: - var color: Color - var size: int |