FIXED ASTAR NOW WORKING!!!!!!!
This commit is contained in:
parent
acde8264af
commit
5e17bdd5e5
10 changed files with 592 additions and 19 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package ei.game.scene;
|
||||
|
||||
import ei.engine.scene.Entity;
|
||||
import ei.engine.scene.Node;
|
||||
|
||||
public abstract class GameEntity{
|
||||
private int life;
|
||||
|
|
@ -47,4 +48,6 @@ public abstract class GameEntity{
|
|||
}
|
||||
|
||||
public abstract void update();
|
||||
|
||||
public abstract Entity getNode();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue