update v01.yaml for 4 players
parent
d80b73a052
commit
5062abdfc7
|
|
@ -1,42 +1,56 @@
|
|||
feedback:
|
||||
addr: :17071
|
||||
ttsurl: http://localhost:15002
|
||||
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: ""
|
||||
users: {}
|
||||
players:
|
||||
- transformation:
|
||||
"1": "6" # a
|
||||
"2": "7" # b
|
||||
"3": "8" # x
|
||||
"4": "9" # y
|
||||
"5": "0" # start
|
||||
a: f # stickLeft
|
||||
d: h # stickRight
|
||||
e: "y" # r
|
||||
q: r # l
|
||||
s: g # stickDown
|
||||
w: t # stickUp
|
||||
"1": "1" # a
|
||||
"2": "2" # b
|
||||
"3": "3" # x
|
||||
"4": "4" # y
|
||||
"5": "5" # start
|
||||
w: "6" # stickUp
|
||||
a: "7" # stickLeft
|
||||
s: "8" # stickDown
|
||||
d: "9" # stickRight
|
||||
e: "0" # r
|
||||
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
|
||||
broadcast:
|
||||
message: ""
|
||||
message: "#early access"
|
||||
|
|
|
|||
Loading…
Reference in New Issue