From ccc4b0d9e108caad5b6d63a841ad3ab89689f5e2 Mon Sep 17 00:00:00 2001 From: milad Date: Tue, 2 Jul 2019 10:33:19 -0700 Subject: [PATCH] added unlit property --- .../resources/modules/defaultLocalEntityProps.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/simplifiedUI/ui/simplifiedNametag/resources/modules/defaultLocalEntityProps.js b/scripts/simplifiedUI/ui/simplifiedNametag/resources/modules/defaultLocalEntityProps.js index 1947a47220..709c42f8b8 100644 --- a/scripts/simplifiedUI/ui/simplifiedNametag/resources/modules/defaultLocalEntityProps.js +++ b/scripts/simplifiedUI/ui/simplifiedNametag/resources/modules/defaultLocalEntityProps.js @@ -20,7 +20,8 @@ var localEntityProps = { backgroundAlpha: 0.6, billboardMode: "full", lifetime: 3, - canCastShadow: true + canCastShadow: true, + unlit: true }; -module.exports = localEntityProps; \ No newline at end of file +module.exports = localEntityProps;