|
|
@ -1062,7 +1062,7 @@ export class Player { |
|
|
y = endY; |
|
|
y = endY; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.itemCountDisplay.position.set(0, y, -2); |
|
|
this.itemCountDisplay.position.set(0, y, -10); |
|
|
this.itemCountDisplay.traverse(obj => { |
|
|
this.itemCountDisplay.traverse(obj => { |
|
|
if (obj.material) obj.material.opacity = opacity; |
|
|
if (obj.material) obj.material.opacity = opacity; |
|
|
}); |
|
|
}); |
|
|
|