📄 mmirussia.h
字号:
#if 0
// the original define
#define Frame_X 3
#define Frame_Y 4
#define BenchMark_X Frame_X+1
#define BenchMark_Y Frame_Y+2
#define DiamondWidth 7
#define LineNumber 19
#define LINEROW 11
#define RUSSIACOLOR 5
#define DIFFCULTXPOS 87
#define DIFFCULTYPOS 109
#define RECTHEGHT 12
#define RECTWIDTH 27
#define PREVIEWXPOS 86
#define PREVIEWYPOS 35
#define CHARXPOS 76
#define CHARYPOS 142
#define Bottom_Coor(xy) xy+DiamondWidth-1
#define FKSIZE 7
#define timeout 990
#define Boolean int
#define True 1
#define False 0
#define FrameColor SILVER
#define FillColor BLUE
#define Backdrop DEEPSKYBLUE
#define TextShow 0
//#define TextShow DSPL_TXTATTR_TRANSPARENT
#endif
/*2003/10/15,talcon,define orgin of Russia Frame*/
#define Frame_X 3
#define Frame_Y 14
/*2003/10/15,talcon,define orgin of Russia*/
#define BenchMark_X Frame_X+1
#define BenchMark_Y Frame_Y+1
#define DiamondWidth 8
#define FKSIZE DiamondWidth//talcon 7->8
/*2003/10/15,talcon,define nunber of row and column*/
#if (MAIN_LCD_SIZE==4)
#define LineNumber 17
#endif
#if (MAIN_LCD_SIZE==3)
#define LineNumber 14
#endif
#define LINEROW 10
#define RUSSIACOLOR 5
#define RUSSIASTYTLE 19
/*2003/10/15,talcon,define orgin of Level*/
#define DIFFCULTXPOS 87
#define DIFFCULTYPOS 98
#define RECTHEGHT 12
#define RECTWIDTH 27
//preview
#define PREVIEWXPOS 87
#define PREVIEWYPOS 35
/* 2004/06/01 yhf modify */
#define PREVIEWWIDTH 40//36
#define PREVIEWHEIGHT 40//32
/* end yhf modify */
/*2003/10/15,talcon,define the orgin of Score*/
#define CHARXPOS 50
#define CHARYPOS 0
/*2003/10/15,talcon,define the orgin of Lines*/
#define LINESXPOS 87
#define LINESYPOS 132
#define Bottom_Coor(xy) xy+DiamondWidth-1
#define timeout 990
#define Boolean int
#define True 1
#define False 0
#define FrameColor SILVER
#define FillColor BLUE
#define Backdrop DEEPSKYBLUE
#define TextShow 0
//#define TextShow DSPL_TXTATTR_TRANSPARENT
extern int GameRussiaEntry(MfwMnu* m, MfwMnuItem* i);
extern void GameRussiaDestroy (T_MFW_HND own_window);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -