1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Add texture overriding

This commit is contained in:
rubenwardy 2015-03-30 11:55:29 +01:00 committed by est31
parent 43702ec6ac
commit 603297cc35
5 changed files with 111 additions and 5 deletions

View file

@ -335,6 +335,11 @@ public:
*/
virtual void updateAliases(IItemDefManager *idef)=0;
/*
Override textures from servers with ones specified in texturepack/override.txt
*/
virtual void applyTextureOverrides(const std::string &override_filepath)=0;
/*
Update tile textures to latest return values of TextueSource.
*/
@ -378,4 +383,3 @@ public:
};
#endif