13 lines
289 B
Text
13 lines
289 B
Text
* Working on the actual game mechanics.
|
|
* Using that to redesign the starter UI.
|
|
|
|
BUGS:
|
|
|
|
* BUG: Log doesn't scroll.
|
|
* BUG: plays two sounds on death.
|
|
|
|
TODO:
|
|
* Rewrite dbc.hpp to actually work.
|
|
* Use parameter pack in FSM template
|
|
|
|
https://en.cppreference.com/w/cpp/language/parameter_pack
|