mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
feat(game): add different colors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[General]
|
||||
pause = ["escape", "F1"] # WIP
|
||||
pause = ["escape", "F1"] # WIP
|
||||
quit = ["q"]
|
||||
colorscheme = "tokyonight-night" # tokyonight-night / tokyonight-storm / tokyonight-day / tokyonight-moon
|
||||
|
||||
[Movement]
|
||||
left = ["left", "keypad 4"]
|
||||
@@ -10,11 +11,11 @@ down = ["down", "keypad 2"]
|
||||
[Rotation]
|
||||
cw = ["x", "up", "keypad 1", "keypad 5", "keypad 9"] # clockwise
|
||||
ccw = [
|
||||
"left ctrl",
|
||||
"right ctrl",
|
||||
"z",
|
||||
"keypad 3",
|
||||
"keypad 7",
|
||||
"left ctrl",
|
||||
"right ctrl",
|
||||
"z",
|
||||
"keypad 3",
|
||||
"keypad 7",
|
||||
] # counter-clockwise
|
||||
|
||||
[Action]
|
||||
|
||||
Reference in New Issue
Block a user