Entities no longer cast shadows.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-02-25 18:47:09 -06:00
parent 63a894f996
commit 9ac9d432bc
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

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