mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-08 08:20:27 +00:00
Fixed help screen misprint
thanks hugeblank
This commit is contained in:
parent
d0a25552e2
commit
c1cdf33f6c
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user