Commit b5c2af05 authored by haiyoucuv's avatar haiyoucuv

11

parent 98f95169
......@@ -59,7 +59,7 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 120px;
top: 100px;
width: 160px;
height: 61px;
object-fit: contain;
......
......@@ -2,7 +2,7 @@ import { LevelBase } from "@/pages/GamePage/Components/LevelBase.ts";
import { Assets, Sprite } from "pixi.js";
import { Ease, Tween } from "@/core/tween";
import { GameEvent, globalEvent } from "@/pages/GamePage/GameEvent.ts";
import { rightWaitTime } from "@/pages/GamePage/Level/LevelConfig.ts";
import { errorWaitTime, rightWaitTime } from "@/pages/GamePage/Level/LevelConfig.ts";
export class Level5 extends LevelBase {
......@@ -66,7 +66,7 @@ export class Level5 extends LevelBase {
this.error.visible = true;
Tween.removeTweens(this.error);
Tween.get(this.error)
.wait(2000)
.wait(errorWaitTime)
.call(() => {
this.error.visible = false;
this.setTouchEnable(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment