mirror of
https://github.com/LDDestroier/CC/
synced 2025-11-06 10:23:00 +00:00
Fixed help screen misprint
thanks hugeblank
This commit is contained in:
9
tron.lua
9
tron.lua
@@ -2012,11 +2012,12 @@ local helpScreen = function()
|
|||||||
termclear()
|
termclear()
|
||||||
termsetCursorPos(1,2)
|
termsetCursorPos(1,2)
|
||||||
print([[
|
print([[
|
||||||
Move your lightcycle with WASD
|
Move your lightcycle with the
|
||||||
or by tapping left click.
|
arrow keys or by tapping
|
||||||
|
left click.
|
||||||
|
|
||||||
Pan the camera with arrows
|
Pan the camera with WASD or
|
||||||
or by holding middle click.
|
by holding middle click.
|
||||||
|
|
||||||
Release the trail with spacebar
|
Release the trail with spacebar
|
||||||
or by holding right click.
|
or by holding right click.
|
||||||
|
|||||||
Reference in New Issue
Block a user