|
From: <sik...@us...> - 2006-05-26 19:57:15
|
Revision: 78 Author: sik0fewl Date: 2006-05-26 12:57:10 -0700 (Fri, 26 May 2006) ViewCVS: http://svn.sourceforge.net/perceptioncrash/?rev=78&view=rev Log Message: ----------- Fixed button mappings for 'pause' and 'back' Modified Paths: -------------- trunk/perceptioncrash/data/config.xml Modified: trunk/perceptioncrash/data/config.xml =================================================================== --- trunk/perceptioncrash/data/config.xml 2006-05-26 18:38:09 UTC (rev 77) +++ trunk/perceptioncrash/data/config.xml 2006-05-26 19:57:10 UTC (rev 78) @@ -4,8 +4,8 @@ <InputController type="KeyboardMouse" name="default"> <!-- Note: these will use strings instead of codes in the future --> <MapKey from="57" to="select" /> - <MapKey from="1" to="pause"/> - <MapKey from="25" to="back"/> + <MapKey from="25" to="pause"/> + <MapKey from="1" to="back"/> <MapKey from="208" to="move_down"/> <MapKey from="88" to="toggle_fps"/> </InputController> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |