diff options
author | tpart <tpart120@proton.me> | 2024-07-04 11:34:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 11:34:27 +0200 |
commit | 09019c3d8b2836442cec3d1c5054de7a8520252f (patch) | |
tree | 1b168bbdaff66cb4dfb06d39249838ce6677c17f | |
parent | 945010e21290f9bb71c9392c1f62383d54c5fa90 (diff) | |
download | hurrycurry-09019c3d8b2836442cec3d1c5054de7a8520252f.tar hurrycurry-09019c3d8b2836442cec3d1c5054de7a8520252f.tar.bz2 hurrycurry-09019c3d8b2836442cec3d1c5054de7a8520252f.tar.zst |
Fix nametag visible in my chef menu
-rw-r--r-- | client/player/character/character.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/player/character/character.tscn b/client/player/character/character.tscn index 4d7749e2..b3d524f6 100644 --- a/client/player/character/character.tscn +++ b/client/player/character/character.tscn @@ -686,6 +686,7 @@ stream = ExtResource("15_iv4wu") [node name="Username" type="Label3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 0) +visible = false billboard = 1 no_depth_test = true text = "Username" |