bitDecayGames / haxeflixel-template

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

Move analytics initialization to Main.hx #20

Closed MondayHopscotch closed 3 years ago

MondayHopscotch commented 3 years ago

We had it happening in the splash screen for some strange reason. It makes way more sense to do this in Main.hx and not require us to visit a specific state to get things in working order.