home · contact · privacy
Simplify teleport mechanic.
[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     "teleport": "p",
12     "help": "h",
13     "toggle_map_mode": "M",
14     "hex_move_upleft": "w",
15     "hex_move_upright": "e",
16     "hex_move_right": "d",
17     "hex_move_downright": "c",
18     "hex_move_downleft": "x",
19     "hex_move_left": "s",
20     "square_move_up": "w",
21     "square_move_left": "a",
22     "square_move_down": "s",
23     "square_move_right": "d"
24 }