Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔立强
db-game-template
Commits
3fc78299
Commit
3fc78299
authored
Oct 22, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
39eb273d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
MainBase.ts
egret/libs/new_wx/MainBase.ts
+1
-1
start1.tmproject
egret/resource/TextureMerger/start1.tmproject
+1
-1
StartScene1.ts
egret/src/start1/StartScene1.ts
+1
-1
No files found.
egret/libs/new_wx/MainBase.ts
View file @
3fc78299
...
...
@@ -151,7 +151,7 @@ export default class MainBase extends eui.UILayer {
}
protected
async
createGameScene
()
{
await
Promise
.
all
([
this
.
getIndex
(),
RES
.
getResAsync
(
'startscenebg_jpg'
)]);
await
Promise
.
all
([
RES
.
getResAsync
(
'startscenebg_jpg'
)]);
// await Promise.all([this.getIndex(),this.getProjectUserInfo()]);
SceneCtrl
.
instance
.
change
(
ModuleTypes
.
START_SCENE
);
}
...
...
egret/resource/TextureMerger/start1.tmproject
View file @
3fc78299
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"start1","version":5,"files":["../assets/start1/start正在参与.png","../assets/start1/start已完成.png","../assets/start1/start已结束.png","../assets/start1/start选中.png","../assets/start1/start未完成.png","../assets/start1/start未开始.png","../assets/start1/start完成活动点亮.png","../assets/start1/start 未完成暗的状态.png","../assets/start1/start 进行中.png","../assets/start1/start1暂无活动22.png","../assets/start1/start1暂无活动11.png"]}
\ No newline at end of file
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"start1","version":5,"files":["../assets/start1/start正在参与.png"]}
\ No newline at end of file
egret/src/start1/StartScene1.ts
View file @
3fc78299
...
...
@@ -15,7 +15,7 @@ export default class Start1Scene extends Scene {
}
onTap_ruleBtn
()
{
window
.
location
.
href
window
.
location
.
href
=
window
[
'link'
]
}
...
...
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