mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Revert "Adding particle blend, glow and animation (#4705)"
This reverts commit 93e3555eae
.
This commit is contained in:
parent
93e3555eae
commit
5fd1ef9b58
15 changed files with 81 additions and 800 deletions
|
@ -45,8 +45,6 @@ float getfloatfield_default(lua_State *L, int table,
|
|||
const char *fieldname, float default_);
|
||||
int getintfield_default (lua_State *L, int table,
|
||||
const char *fieldname, int default_);
|
||||
int check_material_type_param(lua_State *L, int table,
|
||||
const char *fieldname, int default_);
|
||||
|
||||
bool getstringfield(lua_State *L, int table,
|
||||
const char *fieldname, std::string &result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue