yellowstonegames / SquidLib

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

putString() should have a version with just foreground color needed #168

Closed SquidPony closed 7 years ago

SquidPony commented 7 years ago

currently have to have infoPanel.putString(x, y, text, color, background);

it would be nice to be able to have infoPanel.putString(x, y, text, color);

where color is a Color and not an int