Change Log
==========

1.0 (7/6/2022)
-------------------
- First Release

1.1 (7/8/2022)
-------------------
- Fixed bugs and wrong code
- added timer start time

1.2 (7/9/2022)
-------------------
- added camera following the player
- fixed sticky keys when set to False not working

1.3 (7/9/2022)
-------------------
- fixed an error occured when the move keys of the player are set to an empty string

1.4 (7/9/2022)
-------------------
- fixed many bugs surrounding drawing images and timers

1.5 (7/10/2022)
-------------------
- fixed collide function not returning true

1.6 (7/20/2022)
-------------------
- fixed issues when changig the player position

1.7 (7/24/2022)
-------------------
- fixed camera movement when drawing rects

1.8 (7/24/2022)
-------------------
- added jump_height customization

1.9 (7/25/2022)
- added collidable boxes!

2.0 (8/2/2022)
- fixed fullscreen bug