update map

This commit is contained in:
czbdw
2024-10-26 21:12:42 +08:00
parent 9b86861ee0
commit 3a58f4f22f
13 changed files with 19766 additions and 85650 deletions

View File

@@ -48,10 +48,10 @@ namespace Game.Component.SceneProp
public void OnTriggerEnterAction (Collider2D other)
{
Debug.Log("aaaaaaaaaaaaa");
if (other.gameObject.CompareTag ("Enemy"))
{
Debug.Log("bbbbbbbbbb");
var entity = other.gameObject.GetComponent<EnemyEntity> ();
OnSubEnemySpeed (entity , this._buffSpeedOffset , this._buffDuration);
}