bitDecayGames / haxeflixel-template

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

Pull bitlytics API key from environment #13

Closed MondayHopscotch closed 3 years ago

MondayHopscotch commented 3 years ago

If we can figure out how to pull values from compilation flag into the code, it would be cool to be able to compile the api key into the program through flags instead of files.

Ex: lime test html5 -D apiKey=XXXXX

From here, we can have the github workflow populate the flag from a github secret