改了格子大小
This commit is contained in:
@@ -118,6 +118,7 @@ public class CellTypeColors
|
||||
if (cellType.HasFlag(CellType.Obstacle)) areaStr += "|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
if (cellType.HasFlag(CellType.Safe)) areaStr += "|<7C><>ȫ<EFBFBD><C8AB>";
|
||||
if (cellType.HasFlag(CellType.Stall)) areaStr += "|<7C><>̯<EFBFBD><CCAF>";
|
||||
if (cellType.HasFlag(CellType.Hide)) areaStr += "|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
return areaStr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user