maxVelocity = Float.MAX_VALUE by default
This commit is contained in:
parent
5eed818cc3
commit
087b53564f
@ -6,6 +6,7 @@ import com.me.common.ecs.Component;
|
|||||||
public class VelocityComponent implements Component {
|
public class VelocityComponent implements Component {
|
||||||
|
|
||||||
public Vector2 velocity;
|
public Vector2 velocity;
|
||||||
public float maxVelocity;
|
|
||||||
|
public float maxVelocity = Float.MAX_VALUE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user