mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Worked on making a visual component to the stats. Need to implement acceleration.
#story[1274]
This commit is contained in:
@@ -18,6 +18,9 @@ public class BoatModel extends Model {
|
||||
private static final int SAIL_INDEX = 2;
|
||||
|
||||
private BoatMeshType meshType;
|
||||
private Double maxSpeedMultiplier;
|
||||
private Double turnStep;
|
||||
private Double accelerationMultiplier;
|
||||
|
||||
/**
|
||||
* Stores a model and it's optional animation.
|
||||
@@ -71,4 +74,8 @@ public class BoatModel extends Model {
|
||||
private MeshView getMeshViewChild(int index) {
|
||||
return (MeshView) assets.getChildren().get(index);
|
||||
}
|
||||
|
||||
public BoatMeshType getMeshType() {
|
||||
return meshType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user