Skip to content

Commit

Permalink
Entities no longer cast shadows.
Browse files Browse the repository at this point in the history
Signed-off-by: Armored Dragon <[email protected]>
  • Loading branch information
Armored-Dragon committed Feb 26, 2024
1 parent 63a894f commit 9ac9d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/nametags/nametags.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
topMargin: 0.025,
alignment: "center",
lineHeight: 0.1,
canCastShadow: false,
},
"local"
);
Expand All @@ -93,6 +94,7 @@
parentID: user_nametags[user_uuid].text,
billboardMode: "full",
imageURL: Script.resolvePath("./assets/badge.svg"),
canCastShadow: false,
},
"local"
);
Expand Down

0 comments on commit 9ac9d43

Please sign in to comment.