@famibee/skynovel 1.48.1 → 1.48.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.js +3 -3
- package/dist/app.js.map +1 -1
- package/dist/web.js +3 -3
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -20849,10 +20849,10 @@ class SsWaitingFade {
|
|
|
20849
20849
|
stopfadese = () => stopfadese(this.tw);
|
|
20850
20850
|
}
|
|
20851
20851
|
class SsStop {
|
|
20852
|
-
constructor(
|
|
20853
|
-
e && (t.stop(), t.destroy());
|
|
20852
|
+
constructor(t, e = !0) {
|
|
20853
|
+
e && (t.snd.stop(), t.loop && t.snd.destroy());
|
|
20854
20854
|
}
|
|
20855
|
-
// destroy
|
|
20855
|
+
// destroy がないと再生が残るケースが。効果音だと破棄が激しいのでループモノ(BGM)だけにする
|
|
20856
20856
|
onLoad() {
|
|
20857
20857
|
}
|
|
20858
20858
|
// ok
|