home · contact · privacy
Add item picking and dropping.
[plomrogue2] / config.json
1 {
2     "switch_to_chat": "t",
3     "switch_to_play": "p",
4     "switch_to_annotate": "M",
5     "switch_to_portal": "T",
6     "switch_to_study": "?",
7     "switch_to_edit": "m",
8     "flatten": "F",
9     "take_thing": "z",
10     "drop_thing": "u",
11     "help": "h",
12     "toggle_map_mode": "M",
13     "hex_move_upleft": "w",
14     "hex_move_upright": "e",
15     "hex_move_right": "d",
16     "hex_move_downright": "c",
17     "hex_move_downleft": "x",
18     "hex_move_left": "s",
19     "square_move_up": "w",
20     "square_move_left": "a",
21     "square_move_down": "s",
22     "square_move_right": "d"
23 }