Back to project page hackfmi-ragdoll-physics.
The source code is released under:
GNU General Public License
If you think the Android project hackfmi-ragdoll-physics 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.midtownmadness.bubblecombat; /*from ww w. j a v a 2s. c om*/ public class Settings { /** * {@value} */ public static final String GAME_NAME = "BubbleCombat"; /** * {@value} */ public static final int HOST_TIMEOUT = 1200 * 1000; /** * {@value} */ public static final int HOST_ID = 0; /** * {@value} */ public static final int CLIENT_ID = 1; /** * {@value] */ public static final String EXTRA_SYNC_STAMP = "syncStamp"; public static final int EVENTS_BUFFER_SIZE = 200; }