- Added classes for Polygons and Circles with collision
- Added `angle_towards` to Spark
- Updated `Spark.gravity`
- Added customizable lengths to Spark with `set_spark_attributes`
- Added `center` function to Screen
- Added `width` variable to Particle
- Changed ShockWave `location` variable to `center`
- Changed font error messages
- Documentation fixes
- Updated examples and added one for collisions: [collisions.py](https://github.com/Qamynn/pgeng/blob/main/examples/collisions.py)