ui: 棋盘大小改为500

This commit is contained in:
Calcitem Team 2019-08-27 20:32:02 +08:00
parent 7e35599d1a
commit c8cf3c2609
1 changed files with 1 additions and 1 deletions

View File

@ -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; // 线间距