Added som thing so to make the game network compatible
This commit is contained in:
parent
cbd673472f
commit
380492de56
32 changed files with 368 additions and 42 deletions
|
|
@ -2,13 +2,14 @@ package ei.game.scene.weapons;
|
|||
|
||||
import ei.engine.effects.Particles;
|
||||
import ei.engine.math.Vector2f;
|
||||
import ei.game.network.entities.NetworkWepon;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Ziver
|
||||
*
|
||||
*/
|
||||
public class Explotion extends Weapon{
|
||||
public class Explotion extends NetworkWepon{
|
||||
private Particles part;
|
||||
|
||||
public Explotion(Vector2f startPos) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue