set star,coin buttons
parent
bd1c3bebdc
commit
e2e34c48b5
|
|
@ -1,67 +1,64 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users:
|
users: {}
|
||||||
bel:
|
|
||||||
meta:
|
|
||||||
lasttsms: 1681174585700
|
|
||||||
lastlag: 0
|
|
||||||
state:
|
|
||||||
player: 0
|
|
||||||
message: ""
|
|
||||||
gm:
|
|
||||||
alias: ""
|
|
||||||
lastalias: ""
|
|
||||||
vote: ""
|
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "1"
|
"1": "1" # a
|
||||||
"2": "2"
|
"2": "2" # b
|
||||||
"3": "3"
|
"3": "3" # x
|
||||||
"4": "4"
|
"4": "4" # y
|
||||||
"5": "5"
|
"5": "5" # start
|
||||||
a: "7"
|
w: "6" # stickUp
|
||||||
d: "9"
|
a: "7" # stickLeft
|
||||||
e: "0"
|
s: "8" # stickDown
|
||||||
q: '-'
|
d: "9" # stickRight
|
||||||
s: "8"
|
e: "0" # r
|
||||||
w: "6"
|
q: "-" # l
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": q
|
"1": "q" # a
|
||||||
"2": w
|
"2": "w" # b
|
||||||
"3": e
|
"3": "e" # x
|
||||||
"4": r
|
"4": "r" # y
|
||||||
"5": ' '
|
"5": " " # "t" # start
|
||||||
a: u
|
w: "y" # stickUp
|
||||||
d: o
|
a: "u" # stickLeft
|
||||||
e: p
|
s: "i" # stickDown
|
||||||
q: =
|
d: "o" # stickRight
|
||||||
s: i
|
e: "p" # r
|
||||||
w: "y"
|
q: "=" # l
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": a
|
"1": "a" # a
|
||||||
"2": s
|
"2": "s" # b
|
||||||
"3": d
|
"3": "d" # x
|
||||||
"4": f
|
"4": "f" # y
|
||||||
"5": ' '
|
"5": " " # "g" # start
|
||||||
a: j
|
w: "h" # stickUp
|
||||||
d: l
|
a: "j" # stickLeft
|
||||||
e: ;
|
s: "k" # stickDown
|
||||||
q: g
|
d: "l" # stickRight
|
||||||
s: k
|
e: ";" # r
|
||||||
w: h
|
q: "g" # l
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": z
|
"1": "z" # a
|
||||||
"2": x
|
"2": "x" # b
|
||||||
"3": c
|
"3": "c" # x
|
||||||
"4": v
|
"4": "v" # y
|
||||||
"5": ' '
|
"5": " " # "b" # start
|
||||||
a: m
|
w: "n" # stickUp
|
||||||
d: .
|
a: "m" # stickLeft
|
||||||
e: /
|
s: "," # stickDown
|
||||||
q: b
|
d: "." # stickRight
|
||||||
s: ','
|
e: "/" # r
|
||||||
w: "n"
|
q: "b" # l
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: '#early access'
|
message: "#early access"
|
||||||
|
gm:
|
||||||
|
hotwords:
|
||||||
|
star:
|
||||||
|
call: tap
|
||||||
|
args: ['<']
|
||||||
|
coin:
|
||||||
|
call: tap
|
||||||
|
args: ['>']
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ gm:
|
||||||
hotwords:
|
hotwords:
|
||||||
star:
|
star:
|
||||||
call: tap
|
call: tap
|
||||||
args: [TODO]
|
args: ['<']
|
||||||
coin:
|
coin:
|
||||||
call: tap
|
call: tap
|
||||||
args: [TODO]
|
args: ['>']
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 440191de0fa160398eb835d7000eb10d18d56958
|
Subproject commit 8eae7ae9a6754a297cb691a6af9ce6483c20d39f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 814a8ae2f3a52ff57741cf26be9f3602fd74bbaf
|
Subproject commit b4d3e5a27cbdecfd70f6601d7b51ab9a07a045f7
|
||||||
Loading…
Reference in New Issue