Merge pull request #81 from Armored-Dragon/Fix-nametag-grabbable-in-VR

Fix nametag grabbable in VR
This commit is contained in:
ksuprynowicz 2024-06-09 17:05:08 +02:00 committed by GitHub
commit 3ad1b986b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,6 +80,9 @@
alignment: "center",
lineHeight: 0.1,
canCastShadow: false,
grab: {
grabbable: false
}
},
"local"
);
@ -95,6 +98,9 @@
billboardMode: "full",
imageURL: Script.resolvePath("./assets/badge.svg"),
canCastShadow: false,
grab: {
grabbable: false
}
},
"local"
);