Added spacebar to event keys under the name "space"
0.8
Better key press detection: Py from Burtle import events
for event in events(): if "w" in event: pass
0.7
Added gravity
0.6
1. Default images for burtles now include: "white_rectangle", "black_rectangle", "white_circle" and "black_circle" 2. Images can now properly rotate using the "rotate" method
0.5
1. Rotate a burtle/image along with its hit-box
0.4
1. All image types are supported now, they will be converted into gif's 2. You can add images to burtles that were not initialized with one originally, using the ``change_image(image_path)`` method 3. Cleaner code