diff --git a/src/plugin.ts b/src/plugin.ts index 629066b..ec1d47d 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -43,34 +43,6 @@ export default class CCInstanceinator implements PluginClass { }), } - sc.TitleScreenGui.inject({ - init(...args) { - this.parent(...args) - if (true) { - this.introGui.timeLine = [{ time: 0, end: true }] - // @ts-expect-error - this.bgGui.parallax.addLoadListener({ - onLoadableComplete: () => { - let { timeLine } = this.bgGui - // @ts-expect-error - let idx = timeLine.findIndex(item => item.time > 0) - if (idx < 0) idx = timeLine.length - timeLine.splice(idx, 0, { time: 0, goto: 'INTRO_SKIP_NOSOUND' }) - }, - }) - this.removeChildGui(this.startGui) - // @ts-expect-error - this.startGui = { - show: () => { - ig.interact.removeEntry(this.screenInteract) - this.buttons.show() - }, - hide: () => {}, - } - } - }, - }) - let counter = 0 ig.System.inject({ run() {