No Player Start authored yet.
No Player Start authored yet.
{playerStartList.map((playerStart, index) => (
@@ -1593,66 +1617,6 @@ export function App({ store, initialStatusMessage }: AppProps) {
>
)}
-
-
-
-
-
Player Start
-
{primaryPlayerStart === null ? "Missing" : "Authored"}
-
-
-
Default Run Mode
-
{preferredNavigationMode === "firstPerson" ? "First Person" : "Orbit Visitor"}
-
-
-
- {primaryPlayerStart === null ? (
- First-person run needs an authored Player Start.
- ) : (
-
-
Authored Spawn
-
- {primaryPlayerStart.position.x}, {primaryPlayerStart.position.y}, {primaryPlayerStart.position.z}
-
-
yaw {primaryPlayerStart.yawDegrees}°
-
- )}
-
- {primaryPlayerStart !== null ? null : (
-
-
-
- )}
-
-
-
-
-
-
-
-
-
-