mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 18:55:29 +02:00
Optional alpha channel support for entities
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user