Merge 7b3f0cfdab into 108e3dc233
This commit is contained in:
commit
092dee18a9
5 changed files with 15 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue