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
|
|
@ -3,6 +3,11 @@ package ei.game.scene.weapons;
|
|||
import ei.engine.effects.Particles;
|
||||
import ei.engine.math.Vector2f;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Ziver
|
||||
*
|
||||
*/
|
||||
public class Explotion extends Weapon{
|
||||
private Particles part;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue