yellowstonegames / SquidLib

Useful tools for roguelike, role-playing, strategy, and other grid-based games in Java. Feedback is welcome!
Other
454 stars 46 forks source link

SquidLayers needs setPalette() #172

Closed SquidPony closed 7 years ago

SquidPony commented 7 years ago

Currently you can alter and extend the palette but not reduce ore set it.

All I really want is a 2 color palette, default background and default foreground for put(int x, int y, char c)

setBackground(Color color) and setForeground(Color color) would be nice, but if I could set the palette directly that wouldn't really be needed.

SquidPony commented 7 years ago

added the setPalette() method