added unlit property

This commit is contained in:
milad 2019-07-02 10:33:19 -07:00
parent 938b9e25f9
commit ccc4b0d9e1

View file

@ -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;