添加安徽宿州砀山古城商业街室内场景

This commit is contained in:
ZYT
2025-12-24 14:59:05 +08:00
parent 0da478bf50
commit b3d618d156
9 changed files with 188890 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: ad43d57036be0dd41a4df639385e92b2
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -70,6 +70,7 @@ public enum Place
Hebei_Hengshui_Xinji_WandaGuangchang = 44,
Ningxia_Yinchuan_Jinfeng_XinhualianGuangchang = 45,
Hunan_Zhuzhou_Wanda_Shennongcheng_Chaowanshe=46,
Anhui_Suzhou_Yueshan_Guchengshangyejie_Shinei=47,
}
public class GameLocal : MonoBehaviour

View File

@@ -173,7 +173,7 @@ public class GameManager : NetworkBehaviour
[SyncVar]
public long vistEnd = 0;
// 总游玩时长
private int vistAllTime = (int)(60*7);//开启最后拼刺刀模式
private int vistAllTime = (int)(60*12);//开启最后拼刺刀模式
[SyncVar]
public string settleData = "";