mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 09:45:34 +00:00
34 lines
589 B
Plaintext
34 lines
589 B
Plaintext
# Planet Coaster
|
|
|
|
# Setup stick bounds
|
|
stickzone del STICK_PAGEUP
|
|
stickzone del STICK_PAGEDOWN
|
|
stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
|
|
stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
|
|
stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
|
|
stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
|
|
|
|
# Camera Movement
|
|
bind G4 KEY_W
|
|
bind G10 KEY_A
|
|
bind G11 KEY_S
|
|
bind G12 KEY_D
|
|
bind G3 KEY_Q
|
|
bind G5 KEY_E
|
|
|
|
# Pause
|
|
bind G22 KEY_P
|
|
|
|
# Path Length
|
|
bind M3 KEY_MINUS
|
|
bind MR KEY_EQUAL
|
|
# Path Width
|
|
bind M1 KEY_LEFTBRACE
|
|
bind M2 KEY_RIGHTBRACE
|
|
|
|
# History
|
|
bind G1 KEY_LEFTCTRL+KEY_Z
|
|
bing G2 KEY_LEFTCTRL+KEY_Y
|
|
|
|
rgb 0 120 181
|