1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-29 14:40:25 +02:00

Add model[] formspec element (#10320)

Formspec element to display models, written by @kilbith, rebased and tweaked.

Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
SmallJoker
2020-11-04 21:46:18 +01:00
committed by GitHub
parent e3bd6704a0
commit 3356da0151
16 changed files with 545 additions and 1 deletions

View File

@ -183,6 +183,8 @@ src/gui/guiMainMenu.h
src/gui/guiPasswordChange.cpp
src/gui/guiPathSelectMenu.cpp
src/gui/guiPathSelectMenu.h
src/gui/guiScene.cpp
src/gui/guiScene.h
src/gui/guiScrollBar.cpp
src/gui/guiSkin.cpp
src/gui/guiSkin.h