mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-04-22 04:09:34 +08:00
添加格子边框
This commit is contained in:
parent
2fda337efb
commit
cca7f4b068
@ -49,7 +49,8 @@
|
|||||||
{
|
{
|
||||||
Name = key,
|
Name = key,
|
||||||
Size = new Size(gridSize, gridSize),
|
Size = new Size(gridSize, gridSize),
|
||||||
Location = p
|
Location = p,
|
||||||
|
BorderStyle = BorderStyle.Fixed3D,
|
||||||
};
|
};
|
||||||
if ((x + y) % 2 == 0)
|
if ((x + y) % 2 == 0)
|
||||||
cell.BackColor = Color.White;
|
cell.BackColor = Color.White;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user