ndouglas / downdelving-old

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

get_WHATEVER_renderable() functions should actually return renderables instead of tuples. #60

Closed ndouglas closed 2 years ago

ndouglas commented 2 years ago

Story

Followup to #59 . I should return Renderable structs instead of tuples.

Acceptance Criteria

Implementation Notes