]> git.lizzy.rs Git - minetest.git/commit
Add bold, italic and monospace font styling for HUD text elements (#11478)
authorsfan5 <sfan5@live.de>
Tue, 27 Jul 2021 17:11:46 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 17:11:46 +0000 (19:11 +0200)
commit6e8aebf4327ed43ade17cbe8e6cf652edc099651
tree4977c6c9f9b0ceb92098694b4f8b990dc4b50822
parentcf136914cf421ee52f6806eda2fa97740d0ee552
Add bold, italic and monospace font styling for HUD text elements (#11478)

Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de>
12 files changed:
doc/client_lua_api.txt
doc/lua_api.txt
games/devtest/mods/testhud/init.lua [new file with mode: 0644]
games/devtest/mods/testhud/mod.conf [new file with mode: 0644]
src/client/clientevent.h
src/client/game.cpp
src/client/hud.cpp
src/hud.cpp
src/hud.h
src/network/clientpackethandler.cpp
src/script/common/c_content.cpp
src/server.cpp