]> git.localhorst.tv Git - blank.git/blob - running
use same load distance for initial and movement
[blank.git] / running
1 Arguments
2 =========
3
4 blank
5         normal execution
6
7 blank [-n] <n>
8         terminate after <n> frames
9
10 blank -t <t>
11         terminate after <t> milliseconds
12
13 blank <n> -t <t>
14         terminate after n frames, assume <t> milliseconds pass each frame
15
16 blank -s <seed>
17         use <seed> (unsigned integer) as the world seed. default is 0
18
19
20 Controls
21 ========
22
23 Move around with WSAD, shift, and space, look around with mouse motion.
24 Mouse button 1 deletes the block you're pointing at, button 2 selects it
25 as the active block, and button 3 places the active block next to the one
26 you're pointing at.
27
28 As an alternative to picking, you can also use the mousewheel up/down to
29 flip through available blocks.
30
31 Q changes the face of the active block (loops over up, down, right, left,
32 front, and back) and E changes the turn (none, left, around, and right).
33
34 Pressing B prints details about the block you're pointing at and P prints
35 info about the active block. L spits out the player position and light
36 level there.