Start Layer auf 3 gestellt
This commit is contained in:
parent
973a79c803
commit
cb1c850fb6
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ selectors = {1: keys[1],
|
|||
2: keys[2],
|
||||
3: keys[3]}
|
||||
|
||||
# Start on layer 1
|
||||
current_layer = 1
|
||||
# Start on layer 3
|
||||
current_layer = 3
|
||||
|
||||
# The colours for each layer
|
||||
colours = {1: (255, 0, 255),
|
||||
|
|
Loading…
Reference in a new issue