mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
Merge branch 'master' of https://gitee.com/jisol/jisol-game
This commit is contained in:
@@ -93,9 +93,11 @@ export default class GCampGuardianMode extends GBaseMode<{},{}>{
|
||||
|
||||
switch(type){
|
||||
case GCampGuardianEnum.PLAYER:
|
||||
tactical.setOffset(this.playerPos);
|
||||
pos = tactical.getPosXYPosition(1,1,this.playerPos);
|
||||
break;
|
||||
case GCampGuardianEnum.ENEMY:
|
||||
tactical.setOffset(this.enemyPos);
|
||||
pos = tactical.getPosXYPosition(1,1,this.enemyPos);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user