- Pedestals reworked, and have a teleport interactible added to them.
- Added a Potato Mode button to the camera admin panel.
This commit is contained in:
@@ -321,6 +321,12 @@ public class PlayerPodium : UdonSharpBehaviour
|
||||
}
|
||||
|
||||
|
||||
public void TeleportLocalPlayerToPedestal()
|
||||
{
|
||||
Networking.LocalPlayer.TeleportTo(_SpawnPoint.position, _SpawnPoint.rotation);
|
||||
}
|
||||
|
||||
|
||||
public string PlayerName
|
||||
{
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user