tile_glyph really returns the glyph, foreground color, and background color. This should be named something more appropriate like get_renderable or something.
Acceptance Criteria
[x] The tile_glyph function returns an actual glyph.
[x] A new function returns the glyph, foreground color, and background color.
[x] Existing calls to tile_glyph have been replaced with calls to the new function.
Story
tile_glyph
really returns the glyph, foreground color, and background color. This should be named something more appropriate likeget_renderable
or something.Acceptance Criteria
tile_glyph
function returns an actual glyph.tile_glyph
have been replaced with calls to the new function.Implementation Notes