Skip to content

Fixed spawning issues

Latest
Compare
Choose a tag to compare
@JarLowrey JarLowrey released this 01 Mar 07:02
· 7 commits to master since this release

Discovered that the app was not spawning the vast majority of enemy ships on my friends' phones. Tracked it down to issues with Proguard (in AndroidStudio debugging apps are built without Proguard). Instead of chasing down the Proguard error, I just disabled it (since all the source files are here anyways).

Also made interstitial ads appear every 6 levels or so.