Back to project page diploma-assignment.
The source code is released under:
MIT License
If you think the Android project diploma-assignment 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.me.openingscreen; /* w w w . j a v a 2 s . co m*/ public abstract class Constants { public static float BACKWIDTH; public static float WIDTH_SCALE; public static float HEIGHT_SCALE; public static final int[] upPrice=new int[]{1000,3000,8000,14000,20000,32000,50000}; public static final int[] unlockedPrice=new int[]{0,2000,5000,9000,15000,20000,30000}; }