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
7d8dd9a9
Commit
7d8dd9a9
authored
May 22, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20
parent
24edcf55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
App.tsx
src/App.tsx
+1
-1
Level15.ts
src/pages/GamePage/Level/Level15.ts
+1
-1
No files found.
src/App.tsx
View file @
7d8dd9a9
...
...
@@ -35,7 +35,7 @@ class App extends Component {
myPrize
:
MyPrize
,
// TODO 举例子 新宿台奖品页
index
:
LoadingDemo
,
sharepage
:
SharePage
,
}[
skinId
]
||
Ho
mePage
;
}[
skinId
]
||
Ga
mePage
;
PageCtrl
.
changePage
(
defaultPage
);
}
...
...
src/pages/GamePage/Level/Level15.ts
View file @
7d8dd9a9
...
...
@@ -28,6 +28,7 @@ export class Level15 extends LevelBase {
this
.
mi2
=
this
.
addChild
(
new
Sprite
(
Assets
.
get
(
`level
${
this
.
level
}
/mi2.png`
)));
this
.
mi2
.
position
.
set
(
129
,
719
);
this
.
mi2
.
alpha
=
0
;
const
table
=
this
.
addChild
(
new
Sprite
(
Assets
.
get
(
`level
${
this
.
level
}
/img.png`
)));
table
.
position
.
set
(
0
,
665
);
...
...
@@ -67,7 +68,6 @@ export class Level15 extends LevelBase {
onTapOption
(
item
:
Sprite
)
{
this
.
setTouchEnable
(
false
);
const
dp
=
75
;
const
wait
=
2000
;
this
.
error
.
visible
=
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