예제 #1
0
파일: GameScene05.cs 프로젝트: sinshu/chaos
 private void Init()
 {
     boss = new BossRobot(this, 11, 21, BossRobot.Direction.Left);
     Enemies.AddThing(boss);
     initBossHealth = boss.Health;
     skyColorCount = 0;
 }
예제 #2
0
 private void Init()
 {
     boss = new BossRobot(this, 11, 21, BossRobot.Direction.Left);
     Enemies.AddThing(boss);
     initBossHealth = boss.Health;
     skyColorCount  = 0;
 }