home · contact · privacy
Add thing name editing.
[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": "E",
9     "switch_to_write": "m",
10     "switch_to_name_thing": "N",
11     "switch_to_admin": "A",
12     "switch_to_control_pw_pw": "C",
13     "switch_to_control_tile_type": "Q",
14     "flatten": "F",
15     "take_thing": "z",
16     "drop_thing": "u",
17     "teleport": "p",
18     "help": "h",
19     "toggle_map_mode": "L",
20     "toggle_tile_draw": "m",
21     "hex_move_upleft": "w",
22     "hex_move_upright": "e",
23     "hex_move_right": "d",
24     "hex_move_downright": "c",
25     "hex_move_downleft": "x",
26     "hex_move_left": "s",
27     "square_move_up": "w",
28     "square_move_left": "a",
29     "square_move_down": "s",
30     "square_move_right": "d"
31 }