new input
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user