?? phonedef.java
字號:
/*
* Created on 2005-9-2
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package mole.shuangkou.Game_128_128;
//import java.util.*;
/**
* @author Administrator
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public interface PhoneDef
{
public static final int STRING_START_X = 16;
public static final int STRING_START_Y = 44;
public static final int STRING_WIDTH = 96;
public static final int DIALOGUE_START_X = 10;
public static final int DIALOGUE_START_Y = 24;
public static final int DIALOGUE_WIDTH = 108;
public static final int DIALOGUE_HEIGHT = 90;
public static final int PREVIEW_WIDTH = 80;
public static final int PREVIEW_HEIGHT = 90;
public static final int CARD_WIDTH = 12;
public static final int CARD_HEIGHT = 20;
public static final int CARD_OFFSET_X = 8;
public static final int CARD_OFFSET_Y = 16;
public static final int SCROLL_START_X = 0;
public static final int SCROLL_END_X = 128;
public static final int HINT_FEN_OFFSET_Y = 0;
/**
* 幫助信息
*/
public static final String[][] STRING_GAME_HELP =
{
{
"雙扣游戲主要流行",
"于江浙一帶,游戲",
"規則類似“跑得快",
"”。游戲打兩副牌",
",對家兩人為一隊",
"。一隊的兩人要相",
"互配合盡快將牌先",
"出完。",
"詳細規則請訪問",
"www.molegame.cn",
"<摩樂雙扣>專版。"
},
{
"[上]:上",
"[下]:下",
"[左]:左",
"[右]:右",
"[確認]:選擇",
"[左軟鍵]:菜單",
" 確認",
"[右軟鍵]:返回",
"[1]:出牌",
"[3]:提示",
"[0]:查牌"
}
};
/**
* 資源圖片索引
*/
public static final String RESOURCE_FILE = "/shuangkou_128_128.boq";
public static final String STRING_BUTTON_ONE_FEN = "1分";
public static final String STRING_BUTTON_TWO_FEN = "2分";
public static final String STRING_BUTTON_THREE_FEN = "3分";
public static final String STRING_BUTTON_BU_JIAO = "不叫";
public static final String STRING_BUTTON_CHU_PAI = "出牌";
public static final String STRING_BUTTON_PASS = "不出";
public static final String STRING_BUTTON_HINT = "提示";
public static final String STRING_BUTTON_SYSTEM = "系統";
public static final String STRING_BUTTON_ROBOT = "托管";
public static final String STRING_BUTTON_BACK = "返回";
public static final String STRING_BUTTON_QUICK_CHAT = "預設";
public static final String STRING_BUTTON_INFORMATION = "資料";
public static final String STRING_BUTTON_PREVIEW = "查牌";
public static final String STRING_BUTTON_HELP = "幫助";
public static final String STRING_BUTTON_SETUP = "設置";
public static final String STRING_BUTTON_QUIT = "強退";
public static final String STRING_BUTTON_LEAVE = "退出";
public static final String STRING_BUTTON_QUIT_PLEASE = "請退";
public static final String STRING_BUTTON_START = "開始";
public static final String STRING_READY = "準備";
public static final String STRING_SPEEKING = "說話";
public static final String STRING_GONE = "出完";
public static final String STRING_YING = "贏:";
public static final String STRING_SHU = "輸:";
//???????
public static final int COLOR_BUTTON_SELECT = 0x00038FAC;
public static final int COLOR_BUTTON_VALID = 0x0000343F;
public static final int COLOR_BUTTON_INVALID = 0x0000586A;
public static final int COLOR_BUTTON_DOWN = 0x0000343F;
public static final int COLOR_PLAY_BUTTON = 0x00F9F342;
public static final int COLOR_PLAY_BUTTON_INVALID = 0x009D9D9D;
public static final int COLOR_MENU_BUTTON = 0x00F9F342;
public static final int COLOR_MENU_FRAME = 0x00AEC6C7;
public static final int COLOR_SYSTEM_FRAME = 0x00AEC6C7;
public static final int COLOR_DIALOGUE_FRAME = 0x009BBBC1;
public static final int COLOR_QUICK_CHAT_FRAME0 = 0x0081B588;
public static final int COLOR_QUICK_CHAT_FRAME1 = 0x00053900;
public static final int COLOR_PLAY_HINT = 0x00FF6C00;
public static final int COLOR_HINT = 0x009EE0ED;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -