From 9ac9d432bc0fbd02fd7d2722848a8f0a37b1e498 Mon Sep 17 00:00:00 2001 From: Armored Dragon Date: Sun, 25 Feb 2024 18:47:09 -0600 Subject: [PATCH] Entities no longer cast shadows. Signed-off-by: Armored Dragon --- applications/nametags/nametags.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/nametags/nametags.js b/applications/nametags/nametags.js index 6938f8d..190fcd0 100644 --- a/applications/nametags/nametags.js +++ b/applications/nametags/nametags.js @@ -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" );