mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add animated_image[] formspec element (#9258)
This commit is contained in:
parent
ee7d357602
commit
7ce21788f8
11 changed files with 200 additions and 4 deletions
|
@ -38,6 +38,7 @@ class InventoryManager;
|
|||
class ISimpleTextureSource;
|
||||
class Client;
|
||||
class GUIScrollBar;
|
||||
class TexturePool;
|
||||
|
||||
typedef enum {
|
||||
f_Button,
|
||||
|
@ -388,6 +389,7 @@ private:
|
|||
void parseListRing(parserData* data, const std::string &element);
|
||||
void parseCheckbox(parserData* data, const std::string &element);
|
||||
void parseImage(parserData* data, const std::string &element);
|
||||
void parseAnimatedImage(parserData *data, const std::string &element);
|
||||
void parseItemImage(parserData* data, const std::string &element);
|
||||
void parseButton(parserData* data, const std::string &element,
|
||||
const std::string &typ);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue