예제 #1
0
 private void EncounterAreaEntered(Node body)
 {
     if (body.IsInGroup("Player") && Player.State == Player.ST.Move)
     {
         BattleUI.BattleStart(enemy, true, this);
     }
 }
예제 #2
0
 private void SceneBattle()
 {
     Player.ShowInteract(false);
     BattleUI.BattleStart(BattleUI.Opponent.BossZincel, false, boss: true);
 }