X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new2%2Fconfig.json;fp=new2%2Fconfig.json;h=c594191307c344f9457838706cb0bae1adc5374d;hp=0000000000000000000000000000000000000000;hb=beb5e984048d116d23a3a7f02259a9bc9bc70b9a;hpb=07d0ffea4c8fc15e61d45e5ac33bc7e812de0834 diff --git a/new2/config.json b/new2/config.json new file mode 100644 index 0000000..c594191 --- /dev/null +++ b/new2/config.json @@ -0,0 +1,19 @@ +{ + "switch_to_chat": "t", + "switch_to_play": "p", + "switch_to_annotate": "m", + "switch_to_portal": "P", + "switch_to_study": "?", + "switch_to_edit": "m", + "flatten": "F", + "hex_move_upleft": "w", + "hex_move_upright": "e", + "hex_move_right": "d", + "hex_move_downright": "x", + "hex_move_downleft": "y", + "hex_move_left": "a", + "square_move_up": "w", + "square_move_left": "a", + "square_move_down": "s", + "square_move_right": "d" +}