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
3d705934
Commit
3d705934
authored
May 21, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5
parent
12b96e3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
11 deletions
+26
-11
Game.ts
src/pages/GamePage/Game.ts
+1
-1
LevelConfig.ts
src/pages/GamePage/Level/LevelConfig.ts
+25
-10
No files found.
src/pages/GamePage/Game.ts
View file @
3d705934
...
...
@@ -53,7 +53,7 @@ export class Game extends Base {
this
.
level
.
destroy
();
}
const
cls
=
LevelArr
[
levelIdx
];
const
{
cls
}
=
LevelArr
[
levelIdx
];
this
.
level
=
this
.
addChild
(
new
cls
());
}
...
...
src/pages/GamePage/Level/LevelConfig.ts
View file @
3d705934
...
...
@@ -11,14 +11,29 @@ import { Level23 } from "@/pages/GamePage/Level/Level23.ts";
export
const
LevelArr
=
[
Level1
,
Level2
,
Level3
,
Level4
,
Level5
,
Level7
,
Level8
,
Level9
,
Level14
,
Level23
,
{
cls
:
Level1
,
tip
:
`5=1`
},
{
cls
:
Level2
,
tip
:
`图中一共有9个金币`
},
{
cls
:
Level3
,
tip
:
`当然是太阳最高啦`
},
{
cls
:
Level4
,
tip
:
`没有什么比猫猫的<br/>左右爪更像了`
},
{
cls
:
Level5
,
tip
:
`将蛋黄放在蛋白上<br/>拼出荷包蛋`
},
{
cls
:
Level5
,
tip
:
`直接移动最底层的蛋糕`
},
// 6
{
cls
:
Level7
,
tip
:
`旋转存钱罐,倒出金币`
},
{
cls
:
Level8
,
tip
:
`最深的颜色是题目`
},
{
cls
:
Level9
,
tip
:
`移动小鸭子至河边`
},
{
cls
:
Level9
,
tip
:
`将“1”移动至等号右边<br/>形成等式`
},
// 10
{
cls
:
Level9
,
tip
:
`将冰箱放大至能装够装下<br/>长颈鹿`
},
// 11
{
cls
:
Level9
,
tip
:
`掐断烟头`
},
// 12
{
cls
:
Level9
,
tip
:
`打开盖子看看`
},
// 13
{
cls
:
Level14
,
tip
:
`将香蕉移动到牛奶中<br/>变成香蕉牛奶`
},
{
cls
:
Level14
,
tip
:
`猫吃老鼠`
},
// 15
{
cls
:
Level14
,
tip
:
`移动笼子罩住小鸭子`
},
// 16
{
cls
:
Level14
,
tip
:
`别忘了,人是高等动物哦`
},
// 17
{
cls
:
Level14
,
tip
:
`移开乌云露出太阳<br/>让冰块融化`
},
// 18
{
cls
:
Level14
,
tip
:
`将冰箱放大至能够装下长颈鹿`
},
// 19
{
cls
:
Level14
,
tip
:
`别忘了把题目也装进箱子里`
},
// 20
{
cls
:
Level14
,
tip
:
`移动鸡蛋,碰一碰便知`
},
// 21
{
cls
:
Level14
,
tip
:
`移开圣诞老人的衣服看看`
},
// 22
{
cls
:
Level23
,
tip
:
`当然是一样重`
},
{
cls
:
Level23
,
tip
:
`将雪球合在一起滚成大雪球`
},
// 24
{
cls
:
Level23
,
tip
:
`按住小猪鼻子,把它憋醒`
},
// 25
];
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