add comments and start to v01
parent
495861c261
commit
3ce34e20bb
|
|
@ -26,16 +26,17 @@ users:
|
||||||
vote: ""
|
vote: ""
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "5"
|
"1": "6" # a
|
||||||
"2": "6"
|
"2": "7" # b
|
||||||
"3": "7"
|
"3": "8" # x
|
||||||
"4": "8"
|
"4": "9" # y
|
||||||
a: f
|
"5": "0" # start
|
||||||
d: h
|
a: f # stickLeft
|
||||||
e: "y"
|
d: h # stickRight
|
||||||
q: r
|
e: "y" # r
|
||||||
s: g
|
q: r # l
|
||||||
w: t
|
s: g # stickDown
|
||||||
|
w: t # stickUp
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: ""
|
message: ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue