ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Rename or replace the tile_glyph function. #59

Closed ndouglas closed 3 years ago

ndouglas commented 3 years ago

Story

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

Implementation Notes