mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 10:45:27 +02:00
Mainly some texture tweaking
This commit is contained in:
@@ -97,6 +97,16 @@ struct CrackTextureMod: public TextureMod
|
||||
u16 progression;
|
||||
};
|
||||
|
||||
struct SideGrassTextureMod: public TextureMod
|
||||
{
|
||||
SideGrassTextureMod()
|
||||
{
|
||||
}
|
||||
|
||||
virtual video::ITexture * make(video::ITexture *original,
|
||||
const char *newname, video::IVideoDriver* driver);
|
||||
};
|
||||
|
||||
struct ProgressBarTextureMod: public TextureMod
|
||||
{
|
||||
// value is from 0.0 to 1.0
|
||||
|
Reference in New Issue
Block a user