ui: 棋盘大小改为500
This commit is contained in:
parent
7e35599d1a
commit
c8cf3c2609
|
@ -23,7 +23,7 @@
|
|||
#ifndef GRAPHICSCONST
|
||||
#define GRAPHICSCONST
|
||||
|
||||
const short BOARD_SIZE = 600; // 棋盘大小
|
||||
const short BOARD_SIZE = 500; // 棋盘大小
|
||||
const short BOARD_MINISIZE = 150; // 最小宽高,即1/4大小
|
||||
const short PIECE_SIZE = 56; // 棋子大小
|
||||
const short LINE_INTERVAL = 72; // 线间距
|
||||
|
|
Loading…
Reference in New Issue