mirror of
https://github.com/SashLilac/cambridge.git
synced 2025-05-13 20:21:25 -05:00
Added white and black as their own separate colors...
... instead of borrowing from the lock flash / garbage colors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user