mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Optional alpha channel support for entities
This commit is contained in:
parent
0396717256
commit
821e3f7072
7 changed files with 32 additions and 9 deletions
|
@ -60,6 +60,7 @@ struct ObjectProperties
|
|||
bool static_save = true;
|
||||
float eye_height = 1.625f;
|
||||
float zoom_fov = 0.0f;
|
||||
bool use_texture_alpha = false;
|
||||
|
||||
ObjectProperties();
|
||||
std::string dump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue