1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-12-19 06:58:06 +00:00

Updated default control help page.

This commit is contained in:
LDDestroier
2020-09-03 22:19:56 -04:00
committed by GitHub
parent 35fa0c9ed3
commit 547d279838

View File

@@ -1645,7 +1645,8 @@ local showHelp = function()
term.setCursorPos(1, 4) term.setCursorPos(1, 4)
print(" Move Piece: LEFT and RIGHT") print(" Move Piece: LEFT and RIGHT")
print(" Hard Drop: UP") print(" Hard Drop: UP")
print(" Fast Drop: DOWN") print(" Soft Drop: DOWN")
print(" Sonic Drop: SPACE")
print(" Rotate Piece: Z and X") print(" Rotate Piece: Z and X")
print(" Hold Piece: L.SHIFT") print(" Hold Piece: L.SHIFT")
print(" Quit: Q") print(" Quit: Q")