kurtome / leap

An opinionated toolkit for creating 2D platformers on top of the Flame engine.
https://pub.dev/packages/leap
MIT License
42 stars 9 forks source link

feat!: StatusComponent system, ladders, and more inputs #28

Closed kurtome closed 11 months ago

kurtome commented 11 months ago

This PR was initially just for adding support for ladders, but doing this required implementing an extensible status effect system that other pieces of the engine (collision detection, etc.) can check easily.