bitDecayGames / haxeflixel-template

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

Add dev/build flag for handling failures #37

Open MondayHopscotch opened 3 years ago

MondayHopscotch commented 3 years ago

It would be great to have things like map parsing throw exceptions during development. However, we may not want this to happen in the release build, in the case we miss something. A build flag and some conditional compilation would be a nice way of handling this.