Add a chat system that actually looks nice.
This commit is contained in:
parent
82817a1cb4
commit
555867f000
9 changed files with 164 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue