bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

Add support for multiple player controls #40

Closed MondayHopscotch closed 3 years ago

MondayHopscotch commented 3 years ago

Current BasicControls only supports a single player. It would be nice to support at least 2 players.

MondayHopscotch commented 3 years ago

I borrowed some stuff from zlib-flixel and now BasicControls has been replaced by SimpleController which is just static and allows for two player controls by default