aboutsummaryrefslogtreecommitdiff
path: root/src/cli/mod.rs
Commit message (Collapse)AuthorAgeLines
* Fix CLI not capturing keyboardArne Dußin2021-01-08-0/+5
| | | | | | This is not a very nice solution and is due to limitations of raylib. Since I want to change the way input is handled in the future this is an okay solution, but when overhauling the input needs to be changed.
* Add CLI with save featureArne Dußin2021-01-06-0/+104