Skip to content

Commit

Permalink
Merge pull request #72 from Armored-Dragon/Nametag-shadow-adjustment
Browse files Browse the repository at this point in the history
Nametag shadow removal
  • Loading branch information
ksuprynowicz authored Mar 10, 2024
2 parents 4bdffcb + 9ac9d43 commit a29cddb
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 a29cddb

Please sign in to comment.