Fixed the astar algoritm and added some comments
This commit is contained in:
parent
c356ddf327
commit
e280861f2d
14 changed files with 776 additions and 1365 deletions
|
|
@ -11,6 +11,11 @@ import ei.game.scene.weapons.MachineGun;
|
|||
import ei.game.scene.weapons.Weapon;
|
||||
import ei.game.scene.weapons.WeaponHandler;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Jesper Lundin
|
||||
*
|
||||
*/
|
||||
public class APU extends Unit{
|
||||
private SelectBox selectionBox;
|
||||
private Sprite sprite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue