mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:33:26 +02:00
Merge pull request #72 from Armored-Dragon/Nametag-shadow-adjustment
Nametag shadow removal
This commit is contained in:
commit
a29cddb262
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