update v01.yaml for 4 players
parent
d80b73a052
commit
5062abdfc7
|
|
@ -1,42 +1,56 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users:
|
users: {}
|
||||||
bel:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1680371007738
|
|
||||||
lastlag: 0
|
|
||||||
state:
|
|
||||||
player: 1
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
zach:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1679978514018
|
|
||||||
lastlag: 0
|
|
||||||
state:
|
|
||||||
player: 0
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "6" # a
|
"1": "1" # a
|
||||||
"2": "7" # b
|
"2": "2" # b
|
||||||
"3": "8" # x
|
"3": "3" # x
|
||||||
"4": "9" # y
|
"4": "4" # y
|
||||||
"5": "0" # start
|
"5": "5" # start
|
||||||
a: f # stickLeft
|
w: "6" # stickUp
|
||||||
d: h # stickRight
|
a: "7" # stickLeft
|
||||||
e: "y" # r
|
s: "8" # stickDown
|
||||||
q: r # l
|
d: "9" # stickRight
|
||||||
s: g # stickDown
|
e: "0" # r
|
||||||
w: t # stickUp
|
q: "-" # l
|
||||||
|
- transformation:
|
||||||
|
"1": "q" # a
|
||||||
|
"2": "w" # b
|
||||||
|
"3": "e" # x
|
||||||
|
"4": "r" # y
|
||||||
|
"5": " " # "t" # start
|
||||||
|
w: "y" # stickUp
|
||||||
|
a: "u" # stickLeft
|
||||||
|
s: "i" # stickDown
|
||||||
|
d: "o" # stickRight
|
||||||
|
e: "p" # r
|
||||||
|
q: "=" # l
|
||||||
|
- transformation:
|
||||||
|
"1": "a" # a
|
||||||
|
"2": "s" # b
|
||||||
|
"3": "d" # x
|
||||||
|
"4": "f" # y
|
||||||
|
"5": " " # "g" # start
|
||||||
|
w: "h" # stickUp
|
||||||
|
a: "j" # stickLeft
|
||||||
|
s: "k" # stickDown
|
||||||
|
d: "l" # stickRight
|
||||||
|
e: ";" # r
|
||||||
|
q: "g" # l
|
||||||
|
- transformation:
|
||||||
|
"1": "z" # a
|
||||||
|
"2": "x" # b
|
||||||
|
"3": "c" # x
|
||||||
|
"4": "v" # y
|
||||||
|
"5": " " # "b" # start
|
||||||
|
w: "n" # stickUp
|
||||||
|
a: "m" # stickLeft
|
||||||
|
s: "," # stickDown
|
||||||
|
d: "." # stickRight
|
||||||
|
e: "/" # r
|
||||||
|
q: "b" # l
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: ""
|
message: "#early access"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue