HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.97k stars 434 forks source link

Add `drawOnTop` to PluginFrontEnd #3057

Closed Starmapo closed 7 months ago

Starmapo commented 7 months ago

This PR adds a variable that allows plugins to be drawn on top of everything else, instead of under.

Closes #3054

Geokureli commented 7 months ago

Thanks!