Projectile
This commit is contained in:
@@ -83,6 +83,7 @@ public abstract class Projectile extends GameObject {
|
|||||||
return getForce() / (getMass() / 1000) * FORCE_TIME;
|
return getForce() / (getMass() / 1000) * FORCE_TIME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO jumpTimeStep moet nog toegepast worden!
|
||||||
public double getJumpTime(double jumpTimeStep) {
|
public double getJumpTime(double jumpTimeStep) {
|
||||||
World world = getWorld();
|
World world = getWorld();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user