HaxeFlixel / flixel-demos

Collection of demos for HaxeFlixel
https://haxeflixel.com/demos
425 stars 290 forks source link

Remove unused SuperJump class #277

Closed RichardBray closed 4 years ago

RichardBray commented 4 years ago

Looks like it wasn't being used

Gama11 commented 4 years ago

Thanks!

Gama11 commented 4 years ago

Oh, it's not actually unused...

https://github.com/HaxeFlixel/flixel-demos/blob/ef2c4b694f184dbbe36f2d54e38df07497edd697/Features/FlxFSM/source/PlayState.hx#L73

Happy about the PR nevertheless because it revealed an issue with the new CI setup - it passed on this PR when it shouldn't have. ;)