mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
Show other player's heads
This commit is contained in:
parent
752f747275
commit
e5a4bafd29
@ -17,6 +17,7 @@ namespace QSB {
|
||||
_body = player;
|
||||
} else {
|
||||
_body = Instantiate(player);
|
||||
_body.Find("player_mesh_noSuit:Traveller_HEA_Player/player_mesh_noSuit:Player_Head").gameObject.layer = 0;
|
||||
_body.parent = transform;
|
||||
_body.localPosition = Vector3.zero;
|
||||
_body.localRotation = Quaternion.identity;
|
||||
|
Loading…
Reference in New Issue
Block a user