mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-31 15:09:26 +08:00
修复进度条的问题
This commit is contained in:
parent
471f455e8b
commit
18d5a22468
@ -31,7 +31,6 @@
|
|||||||
startImageLogo.onload = function () {
|
startImageLogo.onload = function () {
|
||||||
startImageBackgroundDiv.style.display = 'block';
|
startImageBackgroundDiv.style.display = 'block';
|
||||||
var onAnimationEnd = function () {
|
var onAnimationEnd = function () {
|
||||||
console.log(1);
|
|
||||||
if (window.core && core.plugin && core.plugin.startAnimationEnded) {
|
if (window.core && core.plugin && core.plugin.startAnimationEnded) {
|
||||||
core.plugin.startAnimationEnded.value = true;
|
core.plugin.startAnimationEnded.value = true;
|
||||||
startImageBackgroundDiv.style.display = 'none';
|
startImageBackgroundDiv.style.display = 'none';
|
||||||
|
@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
core._forwardFunc('plugin');
|
core._forwardFunc('plugin');
|
||||||
|
if (!main.replayChecking) main.forward();
|
||||||
};
|
};
|
||||||
|
|
||||||
core.prototype._forwardFuncs = function () {
|
core.prototype._forwardFuncs = function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user