Add a chat system that actually looks nice.

This commit is contained in:
Signal 2025-11-12 03:12:56 -05:00
parent 82817a1cb4
commit 555867f000
9 changed files with 164 additions and 1 deletions

View file

@ -47,11 +47,13 @@ Player = setmetatable({
breathbar = false,
hotbar = artifact.debug,
minimap = false,
basic_debug = false
basic_debug = false,
chat = false, -- We provide our own implementation of the chat HUD.
}
m.hud = {}
m.poi = {}
m.chat = {}
m:create_hud()
m:set_hotbar_size(8)