Added colour box generation.
This commit is contained in:
@@ -129,7 +129,7 @@ def generate_simple_playfield(width, height, nturns, nstones):
|
||||
turns.append(((x1, y1), None))
|
||||
x, y = x1, y1
|
||||
turns.append(((width - 1, height - 1), None))
|
||||
|
||||
|
||||
if do_transpose:
|
||||
turns[:] = [((y, x), {
|
||||
Down: Right,
|
||||
|
||||
Reference in New Issue
Block a user