Added white and black as their own separate colors...

... instead of borrowing from the lock flash / garbage colors
This commit is contained in:
Ishaan Bhardwaj
2021-09-21 23:30:51 -04:00
parent dd96db170e
commit ffd808e6a0
2 changed files with 19 additions and 3 deletions

View File

@@ -349,7 +349,7 @@ function Grid:markSquares()
elseif i == 2 then
for j = 0, 3 do
for k = 0, 3 do
self.grid[y+j][x+k].colour = "F"
self.grid[y+j][x+k].colour = "W"
self.grid[y+j][x+k].skin = "square"
end