Start Layer auf 3 gestellt

This commit is contained in:
Michael Grote 2021-08-25 10:11:01 +02:00
parent 973a79c803
commit cb1c850fb6
1 changed files with 2 additions and 2 deletions

View File

@ -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),