﻿debug = "On:" + Wiimote1.Exists + " Wiimote Battery Level:" + Wiimote1.Battery


//Movement controls 


Key.U = Wiimote.Right

Key.J = Wiimote.Left

Key.H = Wiimote.Up

Key.K = Wiimote.Down


Key.S = Wiimote.Home  // swap 1
Key.A = Wiimote.B  // swap 2
Key.Esc = Wiimote.Plus // menu
Key.Tab = Wiimote.Minus // information

Key.X = Wiimote.2 // okay, magic
Key.Z = Wiimote.1 // cancel, walk
Key.C = Wiimote.Home // use item
Key.V = Wiimote.A // inventory


 
