19 lines
245 B
Plaintext
19 lines
245 B
Plaintext
echo " = Dawn Init = ";
|
|
|
|
bind ` toggleconsole;
|
|
bind w up;
|
|
bind s down;
|
|
bind a left;
|
|
bind d right;
|
|
bind up up;
|
|
bind down down;
|
|
bind left left;
|
|
bind right right;
|
|
bind e accept;
|
|
bind enter accept;
|
|
bind q cancel;
|
|
bind esc quit;
|
|
|
|
fps 1;
|
|
|
|
scene sweep; |