aboutsummaryrefslogtreecommitdiffstats
path: root/src/drawing.c
Commit message (Collapse)AuthorAgeFilesLines
* Add conditional redrawingBad Diode2023-04-231-2/+5
| | | | | | This covers most of the previous functionality, but separating the input handling and rendering functions. Only cursor drawing and a few corner cases missing.
* Fix small font rendering and sprite drawingBad Diode2023-04-231-129/+129
|
* Start decoupling of rendering from update passesBad Diode2023-04-231-0/+1237