waffen realoden reapriert

This commit is contained in:
NBTEMP\bib
2026-08-20 10:43:24 +02:00
parent e8d6a385c4
commit 4a23cacf12
8 changed files with 84 additions and 69 deletions
+6
View File
@@ -16,6 +16,12 @@ public class PlayerController : MonoBehaviour
void Update()
{
if (PauseMenu.GameIsPaused)
{
position = Vector3.zero;
return;
}
position = Vector3.zero;
if (Input.GetKey(KeyCode.W))
{