amethyst-editor-sync 0.4.0

Allows an Amethyst game to connect to an editor.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(
    axes: {
        "left_paddle": Emulated(
            pos: Key(W),
            neg: Key(S),
        ),
        "right_paddle": Emulated(
            pos: Key(Up),
            neg: Key(Down),
        ),
    },
    actions: {

    },
)