Back to project page jmjuanesFramework.
The source code is released under:
MIT License
If you think the Android project jmjuanesFramework 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 jmjuanes; /* w w w .j a v a 2 s . c o m*/ public class Config { //ID del juego public static String ID = "jmjuanes"; //portrait o landscape public static String Mode = "portrait"; //Tiempo del loader public static int LoadTime = 4000; }