new input

This commit is contained in:
2025-05-17 23:56:24 +08:00
parent bc5b21da4f
commit 3609f3e462
12 changed files with 2966 additions and 404 deletions

View File

@@ -169,7 +169,7 @@ namespace NBF
PlayerID = 100 + index
};
var add = Random.Range(0, 5f) + index * 0.5f;
var add = 0;//Random.Range(0, 5f) + index * 0.5f;
player.position = new Vector3(261.546f + add, 3, 422.366f);
player.rotation = quaternion.identity;