mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58: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
|
@ -803,6 +803,7 @@ PlayerSAO::PlayerSAO(ServerEnvironment *env_, RemotePlayer *player_, session_t p
|
|||
m_prop.eye_height = 1.625f;
|
||||
// End of default appearance
|
||||
m_prop.is_visible = true;
|
||||
m_prop.backface_culling = false;
|
||||
m_prop.makes_footstep_sound = true;
|
||||
m_prop.stepheight = PLAYER_DEFAULT_STEPHEIGHT * BS;
|
||||
m_hp = m_prop.hp_max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue