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
b6155b56
Commit
b6155b56
authored
Dec 16, 2019
by
XieChuanJin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7e972a43
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
project.json
egret/project.json
+1
-1
start_bg.jpg
egret/resource/assets/start_scene/start_bg.jpg
+0
-0
start_btn_start.png
egret/resource/assets/start_scene/start_btn_start.png
+0
-0
Main.ts
egret/src/Main.ts
+0
-2
StartScene.ts
egret/src/Scene/StartScene.ts
+1
-3
No files found.
egret/project.json
View file @
b6155b56
{
"type"
:
"activity"
,
"name"
:
"shoot_planet_share"
"name"
:
"shoot_planet_
gonghang_
share"
}
\ No newline at end of file
egret/resource/assets/start_scene/start_bg.jpg
View replaced file @
7e972a43
View file @
b6155b56
448 KB
|
W:
|
H:
117 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/resource/assets/start_scene/start_btn_start.png
View replaced file @
7e972a43
View file @
b6155b56
34.1 KB
|
W:
|
H:
18.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/src/Main.ts
View file @
b6155b56
...
...
@@ -36,8 +36,6 @@ class Main extends eui.UILayer {
MTweenMgr
.
instance
.
init
();
PhycicsSystem
.
init
();
Buried
.
init
(
window
[
"appId"
],
window
[
"projectId"
]);
//注入自定义的素材解析器
let
assetAdapter
=
new
AssetAdapter
();
egret
.
registerImplementation
(
"eui.IAssetAdapter"
,
assetAdapter
);
...
...
egret/src/Scene/StartScene.ts
View file @
b6155b56
...
...
@@ -7,10 +7,8 @@ export default class StartScene extends Scene {
public
btnStart
:
MButton
;
onSkinComplete
()
{
super
.
onSkinComplete
();
Buried
.
doShowBuried
(
14
);
this
.
btnStart
.
onTap
(
this
,
()
=>
{
Buried
.
doClickBuried
(
14
);
location
.
href
=
"https://test-b-fat.pingan.com.cn/mkt/youhui/1910/dxq/index.shtml"
;
location
.
href
=
"https://a.app.qq.com/o/simple.jsp?pkgname=com.icbc.elife&android_schema=com.icbc.elife%3A%2F%2Felife%2Floading%3FactID%3DHD0460191216064&ios_schema=com.icbc.elife%3A%2F%2Felife%3FactID%3DHD0460191216064"
;
});
}
}
\ No newline at end of file
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