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

2.1 (8/3/2022)
-------------------
- added optional arguments!

2.2 (8/6/2022)
-------------------
- fixed bugs!

2.3 (8/6/2022)
-------------------
- user chooses which 2 rects collide with each other for the pickup function depending if the condition is set to 'other'

2.4 (8/12/2022)
-------------------
- fixed bugs and added instead of putting seperate values for x and y, you add them together in a tuple (x,y)

2.5 (8/12/2022)
-------------------
- fixed bugs!

2.6 (8/14/2022)
- changed default delay time from 8 to 0 for better fps