summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/default.json
blob: 9f1d02a1518cc9bde6b7bbeeb280def3e0ebdb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "input":{
        "w": ["move", "north"],
        "s": ["move", "south"],
        "d": ["move", "east"],
        "a": ["move", "west"],
        "e": ["take"],
        "q": ["drop"],
        "f": [["attack"],["attack", "north"],["attack", "south"],["attack", "east"],["attack", "west"]],
        "F": ["attack"],
        "W": ["attack", "north"],
        "S": ["attack", "south"],
        "D": ["attack", "east"],
        "A": ["attack", "west"],
        "E": ["use"],
        "r": ["interact"],
        "KEY_UP": ["move", "north"],
        "KEY_DOWN": ["move", "south"],
        "KEY_RIGHT": ["move", "east"],
        "KEY_LEFT": ["move", "west"],
        "t": ["say", "hey everybody"]
    }
}