This commit is contained in:
Tyler Reese 2026-04-08 00:00:53 +03:00 committed by GitHub
commit 092dee18a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 4 deletions

View file

@ -93,6 +93,8 @@ void LivingEntity::_init()
speed = 0.0f;
noJumpDelay = 0;
absorptionAmount = 0.0f;
nametagColor = 0xFF000000; //default to black. Overridden by stuff
}
LivingEntity::LivingEntity( Level* level) : Entity(level)