📄 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_176_220;
//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 BUTTONWORD_WIDTH = 26;
public static final int BUTTONWORD_HEIGHT = 13;
public static final int BUTTONFRAME_OFFSET_X = 12;
public static final int BUTTONFRAME_OFFSET_Y = 3;
public static final int STRING_START_X = 32;
public static final int STRING_START_Y = 60;
public static final int STRING_WIDTH = 112;
public static final int DIALOGUE_WIDTH = 136;
public static final int DIALOGUE_HEIGHT = 120;
public static final int PREVIEW_WIDTH = 126;
public static final int PREVIEW_HEIGHT = 146;
public static final int CARD_WIDTH = 20;
public static final int CARD_HEIGHT = 29;
public static final int CARD_OFFSET_X = 11;
public static final int CARD_OFFSET_Y = 23;
public static final int SCROLL_START_X = 28;
public static final int SCROLL_END_X = 150;
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_176_208.boq";
/*******************************************
* music
******************************************/
public static final int MUSIC_START = 0;
public static final int MUSIC_BOMB = 1;
public static final int MUSIC_CHUPAI = 2;
public static final int MUSIC_GAMEOVER = 3;
public static final int MUSIC_HURRY = 4;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -