Package zelda.enemy

Examples of zelda.enemy.Soldier


               game.playFx("sounds/linkHurt.mp3");
               health --;
               lastHit = System.currentTimeMillis();

               //System.out.println("leven: " + health);
               Soldier soldier = (Soldier)hitObject;
               setState(new TransState(this, soldier.getDirection()));
            }
        }
       
        if (hitObject instanceof ArmosKnight)
        {
View Full Code Here

TOP

Related Classes of zelda.enemy.Soldier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.