You've already forked taptap2024_GJ_chidouren
update urp
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
fileFormatVersion: 2
|
||||
guid: c4f8145a01fd4f7ba6c04e2faccca4d2
|
||||
timeCreated: 1729479839
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: -1
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
@@ -145,8 +145,10 @@ namespace Game
|
||||
{
|
||||
if (!MapContent.Instance.ScenePart.successProp.gameObject.activeSelf)
|
||||
{
|
||||
//给一个奖励buff,全局逃跑
|
||||
CameraManager.Instance.SetCloseUpTarget (MapContent.Instance.ScenePart.successProp.transform);
|
||||
await UniTask.Delay (1000);
|
||||
GameEventDefine.GlobalRunaway.SendMessage (3f);
|
||||
MapContent.Instance.ScenePart.successProp.gameObject.SetActive (true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user