90ms consistent from lan and limited keydowns but eh it works
parent
290225b7f1
commit
9cf57e2a71
|
|
@ -1,56 +1,67 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users: {}
|
users:
|
||||||
|
bel:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1681064702771
|
||||||
|
lastlag: 93
|
||||||
|
state:
|
||||||
|
player: 1
|
||||||
|
message: ""
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "1" # a
|
"1": "1"
|
||||||
"2": "2" # b
|
"2": "2"
|
||||||
"3": "3" # x
|
"3": "3"
|
||||||
"4": "4" # y
|
"4": "4"
|
||||||
"5": "5" # start
|
"5": "5"
|
||||||
w: "6" # stickUp
|
a: "7"
|
||||||
a: "7" # stickLeft
|
d: "9"
|
||||||
s: "8" # stickDown
|
e: "0"
|
||||||
d: "9" # stickRight
|
q: '-'
|
||||||
e: "0" # r
|
s: "8"
|
||||||
q: "-" # l
|
w: "6"
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "q" # a
|
"1": q
|
||||||
"2": "w" # b
|
"2": w
|
||||||
"3": "e" # x
|
"3": e
|
||||||
"4": "r" # y
|
"4": r
|
||||||
"5": " " # "t" # start
|
"5": ' '
|
||||||
w: "y" # stickUp
|
a: u
|
||||||
a: "u" # stickLeft
|
d: o
|
||||||
s: "i" # stickDown
|
e: p
|
||||||
d: "o" # stickRight
|
q: =
|
||||||
e: "p" # r
|
s: i
|
||||||
q: "=" # l
|
w: "y"
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "a" # a
|
"1": a
|
||||||
"2": "s" # b
|
"2": s
|
||||||
"3": "d" # x
|
"3": d
|
||||||
"4": "f" # y
|
"4": f
|
||||||
"5": " " # "g" # start
|
"5": ' '
|
||||||
w: "h" # stickUp
|
a: j
|
||||||
a: "j" # stickLeft
|
d: l
|
||||||
s: "k" # stickDown
|
e: ;
|
||||||
d: "l" # stickRight
|
q: g
|
||||||
e: ";" # r
|
s: k
|
||||||
q: "g" # l
|
w: h
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "z" # a
|
"1": z
|
||||||
"2": "x" # b
|
"2": x
|
||||||
"3": "c" # x
|
"3": c
|
||||||
"4": "v" # y
|
"4": v
|
||||||
"5": " " # "b" # start
|
"5": ' '
|
||||||
w: "n" # stickUp
|
a: m
|
||||||
a: "m" # stickLeft
|
d: .
|
||||||
s: "," # stickDown
|
e: /
|
||||||
d: "." # stickRight
|
q: b
|
||||||
e: "/" # r
|
s: ','
|
||||||
q: "b" # l
|
w: "n"
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: "#early access"
|
message: bel is now player 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue