Remove unwanted colors

This commit is contained in:
SiboVG 2022-07-16 14:57:58 +02:00
parent b479809b62
commit 391dc37e9b
2 changed files with 0 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {