mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-10 17:02:08 +02:00
Entities no longer cast shadows.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
63a894f996
commit
9ac9d432bc
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
topMargin: 0.025,
|
||||
alignment: "center",
|
||||
lineHeight: 0.1,
|
||||
canCastShadow: false,
|
||||
},
|
||||
"local"
|
||||
);
|
||||
|
@ -93,6 +94,7 @@
|
|||
parentID: user_nametags[user_uuid].text,
|
||||
billboardMode: "full",
|
||||
imageURL: Script.resolvePath("./assets/badge.svg"),
|
||||
canCastShadow: false,
|
||||
},
|
||||
"local"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue