manual run reveals sharing fullscreen does NOT capture audio so i gotta be more verbose with user messages i guess
parent
b2742b3631
commit
42212e3d10
|
|
@ -9,4 +9,4 @@ export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
||||||
|
|
||||||
export WRAP_REFRESH_ON_SIGUSR1=true
|
export WRAP_REFRESH_ON_SIGUSR1=true
|
||||||
|
|
||||||
export OUTPUT_KEYBOARD=false
|
export OUTPUT_KEYBOARD=${OUTPUT_KEYBOARD:-false}
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ feedback:
|
||||||
users:
|
users:
|
||||||
bel:
|
bel:
|
||||||
meta:
|
meta:
|
||||||
lasttsms: 1680371007738
|
lasttsms: 1680454187304
|
||||||
lastlag: 0
|
lastlag: 103
|
||||||
state:
|
state:
|
||||||
player: 1
|
player: 1
|
||||||
message: ""
|
message: ""
|
||||||
|
|
@ -26,17 +26,17 @@ users:
|
||||||
vote: ""
|
vote: ""
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "6" # a
|
"1": "6"
|
||||||
"2": "7" # b
|
"2": "7"
|
||||||
"3": "8" # x
|
"3": "8"
|
||||||
"4": "9" # y
|
"4": "9"
|
||||||
"5": "0" # start
|
"5": "0"
|
||||||
a: f # stickLeft
|
a: f
|
||||||
d: h # stickRight
|
d: h
|
||||||
e: "y" # r
|
e: "y"
|
||||||
q: r # l
|
q: r
|
||||||
s: g # stickDown
|
s: g
|
||||||
w: t # stickUp
|
w: t
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: ""
|
message: ""
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e864f2a9f58463b4119606f196257a40b480ac17
|
Subproject commit 342e2eef93f3d772b7e1eda7feaaf0852534bd53
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 63fe8e7e9e1c68fd3f284bac6666ae5e5f970b6b
|
Subproject commit 88bf54d0226438398c4b678d84947e42bf3920ab
|
||||||
Loading…
Reference in New Issue