19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
echo " = Dawn PSP = ";
|
|
|
|
bind up up;
|
|
bind down down;
|
|
bind left left;
|
|
bind right right;
|
|
bind cross accept;
|
|
bind circle cancel;
|
|
bind select toggleconsole;
|
|
bind start toggleconsole;
|
|
|
|
bind lstick_negative_y up;
|
|
bind lstick_positive_y down;
|
|
bind lstick_negative_x left;
|
|
bind lstick_positive_x right;
|
|
|
|
fps 1;
|
|
|
|
scene sweep; |