]> git.lizzy.rs Git - dragonfireclient.git/commit
Allow to set the displayed item count and its alignment via meta (#8448)
authorDS <vorunbekannt75@web.de>
Thu, 10 Feb 2022 11:17:52 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 11:17:52 +0000 (06:17 -0500)
commita8707158a5be8c604fdb028a9c5f68ce5804016e
treede95d4fccfccf81c3f1dd3cce8f7146f947c1208
parentad1da994b2b9d660c41f8ba784ff830aa2693d3b
Allow to set the displayed item count and its alignment via meta (#8448)

* Allow to set the displayed item count and its offset via meta

* fix rect constr call

* devtest: add dump_item chatcommand

* fix rect2 constr call (sdim is a position (typedef for v2s32), not a dimension) and remove background because it would work now

* add missing utf8 to wide conversion

* rename to count_meta
doc/lua_api.txt
games/devtest/mods/util_commands/init.lua
src/client/hud.cpp