add numberstand to downcount

This commit is contained in:
2025-12-03 01:44:40 +00:00
parent d3deec95c8
commit 7a0fbeed7e
263 changed files with 79872 additions and 3086 deletions

View File

@@ -36,7 +36,7 @@ public class TabletManager : UdonSharpBehaviour
if (localPlayer == null || tablet == null) return;
Vector3 spawnPos = localPlayer.GetPosition() + (localPlayer.GetRotation() * Vector3.forward) * spawnDistance + Vector3.up * spawnHeight;
Quaternion spawnRot = localPlayer.GetRotation();
Quaternion spawnRot = localPlayer.GetRotation() * Quaternion.Euler(270, 0, 0);
tablet.transform.position = spawnPos;
tablet.transform.rotation = spawnRot;