Merge remote-tracking branch 'origin/development' into tower

This commit is contained in:
Akka
2022-05-10 00:07:10 +08:00
34 changed files with 170 additions and 102 deletions

View File

@@ -79,6 +79,9 @@ public class ScriptMonsterTideService {
// fix the 5-2
sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(monsterKillCount.get()));
}
// spawn the last turn of monsters
// fix the 5-2
this.sceneScriptManager.callEvent(EventType.EVENT_MONSTER_TIDE_DIE, new ScriptArgs(this.monsterKillCount.get()));
}
public void unload(){