home · contact · privacy
Implement doors.
[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     "switch_to_admin_thing_protect": "T",
15     "flatten": "F",
16     "take_thing": "z",
17     "drop_thing": "u",
18     "teleport": "p",
19     "door": "D",
20     "help": "h",
21     "toggle_map_mode": "L",
22     "toggle_tile_draw": "m",
23     "hex_move_upleft": "w",
24     "hex_move_upright": "e",
25     "hex_move_right": "d",
26     "hex_move_downright": "c",
27     "hex_move_downleft": "x",
28     "hex_move_left": "s",
29     "square_move_up": "w",
30     "square_move_left": "a",
31     "square_move_down": "s",
32     "square_move_right": "d"
33 }