Re-enable pings

This commit is contained in:
NullBite 2022-10-17 00:03:57 -04:00
parent e346aafbfa
commit 42c7847855
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -1,5 +1,5 @@
-- vim: set foldmethod=marker ts=4 sw=4 : -- vim: set foldmethod=marker ts=4 sw=4 :
-- TODO rewrite variables: armor_model, ping, model -- TODO rewrite variables: armor_model, model
--- Initial definitions --- --- Initial definitions ---
-- player model backwards compatibility -- player model backwards compatibility
model=models.player_model model=models.player_model
@ -9,8 +9,7 @@ armor_model={
["CHESTPLATE"]=vanilla_model.CHESTPLATE, ["CHESTPLATE"]=vanilla_model.CHESTPLATE,
["HELMET"]=vanilla_model.HELMET ["HELMET"]=vanilla_model.HELMET
} }
-- TODO remove placeholder table when pings are implemented ping=pings
ping={}
-- Texture dimensions -- -- Texture dimensions --
TEXTURE_WIDTH = 256 TEXTURE_WIDTH = 256
TEXTURE_HEIGHT = 256 TEXTURE_HEIGHT = 256