Back to project page CatchDROP.
The source code is released under:
GNU General Public License
If you think the Android project CatchDROP listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package projects.nerdybuzz.catchdrop; /*ww w .j a v a2s . c o m*/ public class ClassicGame extends GameScreen { public ClassicGame(CDGame game, int bucketX, boolean bucketTouched) { super(game, bucketX, bucketTouched); game.showMissedDrops = false; loseOnMissedDrop = true; spawnBurntToast = true; game.showZenScores = false; poisoned = false; } }