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

Replace references to FlxG.camera with this.getDefaultCamera #3072

Closed Geokureli closed 6 months ago

Geokureli commented 6 months ago

FlxG.camera was used because we had no idea what camera things were actually using, now we do, so let's use that by default. this is kind of a breaking change and needs to be thoroughly explained in the migration doc