Back to project page spacegunner.
The source code is released under:
MIT License
If you think the Android project spacegunner 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 com.example.spacegunner.constants; // w ww. ja v a 2 s. c o m public class Constants { public static String TAG = "SpaceGunner"; // TODO: Remove boolean debug public static boolean DEBUG = true; public static final String GAME = "game"; public static final String HIGHSCORE = "highscore"; public static final String PLAYERNAME = "playername"; public static final String POINTS = "points"; public static final String LEVEL = "level"; }