?? config.java
字號:
package com.skybright.pig;
public class Config
{
public static int GAME_INTERVAL = 400; //original 800
public static int STATUS_GAMEOVER = 200;
public static int STATUS_RUN = 0;
public static int STATUS_NEW = 100;
public static int STATUS_LOGO = 300;
public static int[] BACKGROUND = { 0, 0, 0 };
public static int FONT_COLOR=0xFFFFFF;
//south
public static int[] P1_CARD = { 20, 98 };
public static int[] P1_NAME = { 70, 123 };
//east
public static int[] P2_CARD = { 10, 30 };
public static int[] P2_NAME = { 5, 5 };
//north
public static int[] P3_CARD = { 50, 15 };
public static int[] P3_NAME = { 70, 1 };
//west
public static int[] P4_CARD = { 150, 30 };
public static int[] P4_NAME = { 135, 5 };
public static int[] SHOW1 = { 83, 70 };
public static int[] SHOW2 = { 65, 55 };
public static int[] SHOW3 = { 83, 40 };
public static int[] SHOW4 = { 100, 55 };
public static int[] SCORE1 = { 1, 30 };
public static int[] SCORE2 = { 1, 58 };
public static int[] SCORE3 = { 1, 86 };
public static int[] SCORE4 = { 1, 114 };
public Config()
{
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -