16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
exec "config/init-base";
|
|
|
|
screen backbuffer;
|
|
|
|
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; |