mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 03:15:56 +00:00
add entangled object to debug gui
This commit is contained in:
parent
03ec46eaad
commit
8ea5cedf51
@ -209,6 +209,8 @@ public class DebugGUI : MonoBehaviour, IAddComponentOnStart
|
||||
WriteLine(2, $" - Ref. Transform : {(referenceTransform == null ? "NULL" : referenceTransform.name)}", referenceTransform == null ? Color.red : Color.white);
|
||||
WriteLine(2, $" - Local Position : {player.Body.transform.localPosition}");
|
||||
WriteLine(2, $" - Position : {player.Body.transform.position}");
|
||||
|
||||
WriteLine(2, $" - Entangled Object: {(player.EntangledObject == null ? "NULL" : player.EntangledObject.Name)}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user