Make afterburnerModel cyan
This commit is contained in:
parent
5c11df128f
commit
9850b52d84
@ -58,7 +58,7 @@ public class EntityFactory {
|
|||||||
5/16f, -0.5f, // bottom right
|
5/16f, -0.5f, // bottom right
|
||||||
});
|
});
|
||||||
|
|
||||||
ModelComponent afterburnerModel = new ModelComponent(new LineModel(Color.BLUE));
|
ModelComponent afterburnerModel = new ModelComponent(new LineModel(Color.CYAN));
|
||||||
afterburnerModel.setVertices(new float[]{
|
afterburnerModel.setVertices(new float[]{
|
||||||
-2/16f, -5/16f,
|
-2/16f, -5/16f,
|
||||||
0f, -0.8f,
|
0f, -0.8f,
|
||||||
|
Loading…
Reference in New Issue
Block a user