You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
986 B
34 lines
986 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<java version="1.8.0_111" class="java.beans.XMLDecoder">
|
|
<object class="java.util.HashMap">
|
|
<void method="put">
|
|
<string>SPACE</string>
|
|
<object class="visualiser.gameController.Keys.VMGKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>SHIFT</string>
|
|
<object class="visualiser.gameController.Keys.SailsToggleKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>DOWN</string>
|
|
<object class="visualiser.gameController.Keys.DownWindKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>X</string>
|
|
<object class="visualiser.gameController.Keys.ZoomOutKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>ENTER</string>
|
|
<object class="visualiser.gameController.Keys.TackGybeKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>Z</string>
|
|
<object class="visualiser.gameController.Keys.ZoomInKey"/>
|
|
</void>
|
|
<void method="put">
|
|
<string>UP</string>
|
|
<object class="visualiser.gameController.Keys.UpWindKey"/>
|
|
</void>
|
|
</object>
|
|
</java>
|