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

feature: `onMapMounted` callback #41

Open jtmcdole opened 9 months ago

jtmcdole commented 9 months ago

Leap lets you know when a map is loaded; but not when it is mounted. Handlers are not called till the map is mounted.