You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
576 B
16 lines
576 B
* Using that to redesign the starter UI.
|
|
|
|
BUGS:
|
|
|
|
* Better error handling on config json.
|
|
|
|
TODO:
|
|
* Add a timer to the game engine so you can set a kind of pomodoro timer and if you don't meet the goal it costs you.
|
|
* chrono::time_point is probably what we need but need to know where to put it for the timeout events and soo on.
|
|
* Make some button graphics and use sprites, or see if you can do a drawn sprite.
|
|
* sf::Rect::contains(mouse.x, mouse.y) will say if the mouse is inside the sprite rect.
|
|
* Redo the images of me so they're correctly cropped.
|
|
|
|
NOTES:
|
|
|
|
Pic is 240x240
|
|
|