Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB_StrongestBrain_250520
Commits
b5c2af05
Commit
b5c2af05
authored
May 29, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
98f95169
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
GamePage.module.less
src/pages/GamePage/GamePage.module.less
+1
-1
Level5.ts
src/pages/GamePage/Level/Level5.ts
+2
-2
No files found.
src/pages/GamePage/GamePage.module.less
View file @
b5c2af05
...
...
@@ -59,7 +59,7 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 1
2
0px;
top: 1
0
0px;
width: 160px;
height: 61px;
object-fit: contain;
...
...
src/pages/GamePage/Level/Level5.ts
View file @
b5c2af05
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment