home · contact · privacy
Add basic non-player things system.
[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     "help": "h",
10     "toggle_map_mode": "M",
11     "hex_move_upleft": "w",
12     "hex_move_upright": "e",
13     "hex_move_right": "d",
14     "hex_move_downright": "c",
15     "hex_move_downleft": "x",
16     "hex_move_left": "s",
17     "square_move_up": "w",
18     "square_move_left": "a",
19     "square_move_down": "s",
20     "square_move_right": "d"
21 }