Remove unwanted colors
This commit is contained in:
parent
b479809b62
commit
391dc37e9b
@ -8,7 +8,6 @@ import net.sf.openrocket.util.Transformation;
|
||||
import java.awt.Shape;
|
||||
|
||||
public class ParallelStageShapes extends RocketComponentShape {
|
||||
//public static final Color boosterColor = new Color(220, 185, 185);
|
||||
public static final Color boosterColor = new Color(198,163,184);
|
||||
|
||||
public static RocketComponentShape[] getShapesSide(final RocketComponent component, final Transformation transformation) {
|
||||
|
@ -8,7 +8,6 @@ import net.sf.openrocket.util.Transformation;
|
||||
import java.awt.Shape;
|
||||
|
||||
public class PodSetShapes extends RocketComponentShape {
|
||||
//public static final Color podsetColor = new Color(180, 180, 225);
|
||||
public static final Color podsetColor = new Color(160,160,215);
|
||||
|
||||
public static RocketComponentShape[] getShapesSide(final RocketComponent component, final Transformation transformation) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user