Browse Source

Delete stuff I don't use

smelc 7 years ago
parent
commit
dc6979097e

File diff suppressed because it is too large
+ 0 - 29341
squidlib/src/main/java/squidpony/squidgrid/gui/gdx/SColor.java


+ 1 - 1
squidlib/src/main/java/squidpony/squidgrid/gui/gdx/SquidPanel.java

@@ -41,7 +41,7 @@ public class SquidPanel extends Group implements ISquidPanel<Color> {
 	protected int gridWidth, gridHeight, gridOffsetX = 0, gridOffsetY = 0;
 	protected final String[][] contents;
 	protected final Color[][] colors;
-	protected Color lightingColor = SColor.WHITE;
+	protected Color lightingColor = Color.WHITE;
 	protected final TextCellFactory textFactory;
 	protected float xOffset, yOffset;
 	public final OrderedSet<AnimatedEntity> animatedEntities;