hotbar changes

completely switched to. vox files

easier to see design

gradient and numbers on the health/mana bar
This commit is contained in:
Monty Marz
2019-08-18 18:07:21 +00:00
committed by Joshua Barretto
parent 2828e40ef4
commit 29f6186139
76 changed files with 1243 additions and 333 deletions

View File

@ -1167,7 +1167,7 @@ impl Server {
self.clients.notify(
entity,
ServerMsg::private(format!(
"Unrecognised command: '/{}'\ntype '/help' for a list of available commands",
"Unknown command '/{}'.\nType '/help' for available commands",
kwd
)),
);