Remove most of the image/sound managing stuff.
This commit is contained in:
parent
1be770d62d
commit
e78340a0cd
10 changed files with 34 additions and 110 deletions
16
notes.txt
Normal file
16
notes.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
* 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
|
Loading…
Add table
Add a link
Reference in a new issue