mirror of
https://codeberg.org/vlw/still-alive.git
synced 2025-09-14 00:13:41 +02:00
Updated Monkeydo to 0.3.0
This commit is contained in:
parent
15267e03cd
commit
a1981bc73a
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ export default class WindowManager {
|
||||||
self.channels[target].postMessage(["DRAW_ART",index]);
|
self.channels[target].postMessage(["DRAW_ART",index]);
|
||||||
},
|
},
|
||||||
playCredits: () => {
|
playCredits: () => {
|
||||||
self.players.credits.do();
|
self.players.credits.play();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ export default class WindowManager {
|
||||||
|
|
||||||
await player.load(manifest.toString());
|
await player.load(manifest.toString());
|
||||||
}
|
}
|
||||||
this.players.lyrics.do();
|
this.players.lyrics.play();
|
||||||
this.mediaElement.play();
|
this.mediaElement.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4073785f934c1051d01131750426e14d8354ac9f
|
Subproject commit 22eda9780099b77bfd755f214534bba24a881894
|
Loading…
Add table
Reference in a new issue