mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-19 17:16:08 +08:00
Deploying to gh-pages from @ 18d5a22468
🚀
This commit is contained in:
parent
c2ea9c9716
commit
7bbf75e981
@ -39,7 +39,6 @@
|
||||
startImageLogo.onload = function () {
|
||||
startImageBackgroundDiv.style.display = 'block';
|
||||
var onAnimationEnd = function () {
|
||||
console.log(1);
|
||||
if (window.core && core.plugin && core.plugin.startAnimationEnded) {
|
||||
core.plugin.startAnimationEnded.value = true;
|
||||
startImageBackgroundDiv.style.display = 'none';
|
||||
|
@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
|
||||
}
|
||||
|
||||
core._forwardFunc('plugin');
|
||||
if (!main.replayChecking) main.forward();
|
||||
};
|
||||
|
||||
core.prototype._forwardFuncs = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user