fix:添加无敌罩素材 添加空投飞机素材
This commit is contained in:
@@ -153,6 +153,7 @@ public class GameManager : NetworkBehaviour
|
||||
|
||||
//创建开始球
|
||||
GameObject gameStartObj = Instantiate(startGameItemPre,startGamePos.position,Quaternion.identity);
|
||||
gameStartObj.transform.eulerAngles = new Vector3(0f,180f,0f);
|
||||
NetworkServer.Spawn(gameStartObj);
|
||||
|
||||
//测试枪械
|
||||
|
||||
Reference in New Issue
Block a user