mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 17:22:25 +02:00
Merge pull request #15869 from MiladNazeri/darkNametagFix
[Dev-897] :: add unlit property to nametags
This commit is contained in:
commit
a3f0b2c217
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,8 @@ var localEntityProps = {
|
|||
backgroundAlpha: 0.6,
|
||||
billboardMode: "full",
|
||||
lifetime: 3,
|
||||
canCastShadow: true
|
||||
canCastShadow: true,
|
||||
unlit: true
|
||||
};
|
||||
|
||||
module.exports = localEntityProps;
|
||||
module.exports = localEntityProps;
|
||||
|
|
Loading…
Reference in a new issue