Back to project page Replica-Jump.
The source code is released under:
GNU General Public License
If you think the Android project Replica-Jump 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.vinicius.dsl.replicajump.util; /*from w w w. j av a 2 s . c o m*/ public class Constants { public final static int CAMARA_WIDTH=800; public final static int CAMARA_HEIGHT=480; public final static int PLAYER_VELOCITY_X = 5; public final static int PLAYER_VELOCITY_Y = 8; public final static int SCENE_MAIN_MENU=1; public final static int SCENE_LEVEL=2; }