home · contact · privacy
Add basic admin commands.
[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": "C",
11     "flatten": "F",
12     "take_thing": "z",
13     "drop_thing": "u",
14     "teleport": "p",
15     "help": "h",
16     "toggle_map_mode": "M",
17     "hex_move_upleft": "w",
18     "hex_move_upright": "e",
19     "hex_move_right": "d",
20     "hex_move_downright": "c",
21     "hex_move_downleft": "x",
22     "hex_move_left": "s",
23     "square_move_up": "w",
24     "square_move_left": "a",
25     "square_move_down": "s",
26     "square_move_right": "d"
27 }