# turtlearena_side - Wiimote held sideways

include turtlearena

#acc_ptr
Plugin.acc.X	= REL_Y
Plugin.acc.Y	= -REL_X

# buttons
Wiimote.A		= KEY_ENTER # Use Item
Wiimote.B		= KEY_SEMICOLON # Drop weapon

Wiimote.Up		= KEY_LEFT # Turn left
Wiimote.Down	= KEY_RIGHT # Turn right
Wiimote.Left	= KEY_DOWN # Move backward
Wiimote.Right	= KEY_UP # Move forward

Wiimote.1		= KEY_SPACE # Jump
Wiimote.2		= BTN_LEFT # Attack
