home · contact · privacy
Add tile control drawing capabilities.
[plomrogue2] / config.json
1 {
2     "switch_to_chat": "t",
3     "switch_to_play": "p",
4     "switch_to_password": "P",
5     "switch_to_annotate": "M",
6     "switch_to_portal": "T",
7     "switch_to_study": "?",
8     "switch_to_edit": "m",
9     "switch_to_admin": "A",
10     "switch_to_control_pw_pw": "C",
11     "switch_to_control_tile_type": "Q",
12     "flatten": "F",
13     "take_thing": "z",
14     "drop_thing": "u",
15     "teleport": "p",
16     "help": "h",
17     "toggle_map_mode": "M",
18     "hex_move_upleft": "w",
19     "hex_move_upright": "e",
20     "hex_move_right": "d",
21     "hex_move_downright": "c",
22     "hex_move_downleft": "x",
23     "hex_move_left": "s",
24     "square_move_up": "w",
25     "square_move_left": "a",
26     "square_move_down": "s",
27     "square_move_right": "d"
28 }