Merge pull request #15869 from MiladNazeri/darkNametagFix

[Dev-897] :: add unlit property to nametags
This commit is contained in:
Zach Fox 2019-07-02 10:52:02 -07:00 committed by GitHub
commit a3f0b2c217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ var localEntityProps = {
backgroundAlpha: 0.6, backgroundAlpha: 0.6,
billboardMode: "full", billboardMode: "full",
lifetime: 3, lifetime: 3,
canCastShadow: true canCastShadow: true,
unlit: true
}; };
module.exports = localEntityProps; module.exports = localEntityProps;