Skip to content

Commit 914bf69

Browse files
committed
Move simplifiedNametag to front render layer
1 parent 4290f00 commit 914bf69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/simplifiedUI/ui/simplifiedNametag/resources/modules/nameTagListManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ function makeNameTag(uuid) {
389389
.add("localPosition", localPosition)
390390
.add("grab", { grabbable: false })
391391
.add("ignorePickIntersection", true)
392+
.add("renderLayer", "front")
392393
.add("alignment", "center")
393394
.add("textEffect", "outline fill")
394395
.add("textEffectColor", [0, 0, 0])

0 commit comments

Comments
 (0)