Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
egret-hello-world
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
wildfirecode13
egret-hello-world
Commits
996743d8
Commit
996743d8
authored
Oct 16, 2018
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8cd39623
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
43 deletions
+4
-43
launch.json
.vscode/launch.json
+0
-15
index.html
index.html
+4
-28
No files found.
.vscode/launch.json
deleted
100644 → 0
View file @
8cd39623
{
//
使用
IntelliSense
了解相关属性。
//
悬停以查看现有属性的描述。
//
欲了解更多信息,请访问
:
https
:
//go.microsoft.com/fwlink/?linkid=
830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"chrome"
,
"request"
:
"launch"
,
"name"
:
"Launch Chrome against localhost"
,
"url"
:
"http://localhost:8080"
,
"webRoot"
:
"${workspaceFolder}"
}
]
}
\ No newline at end of file
index.html
View file @
996743d8
<!DOCTYPE HTML>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Egret
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"full-screen"
content=
"true"
/>
<meta
name=
"screen-orientation"
content=
"portrait"
/>
<meta
name=
"x5-fullscreen"
content=
"true"
/>
<meta
name=
"360-fullscreen"
content=
"true"
/>
<style>
html
,
body
{
-ms-touch-action
:
none
;
background
:
#888888
;
padding
:
0
;
border
:
0
;
margin
:
0
;
height
:
100%
;
}
</style>
</head>
<!DOCTYPE html>
<html
lang=
"en"
>
<body>
<div
style=
"margin: auto;width: 100%;height: 100%;"
class=
"egret-player"
data-entry-class=
"Main"
data-orientation=
"auto"
...
...
@@ -29,10 +7,8 @@
data-multi-fingered=
"2"
data-show-fps=
"false"
data-show-log=
"false"
data-show-fps-style=
"x:0,y:0,size:12,textColor:0xffffff,bgAlpha:0.9"
>
</div>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/egret.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/egret.web.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/assetsmanager.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/promise.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/egret.min.js"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/egret_5.2.9/egret.web.min.js"
></script>
<script
src=
"main.js"
></script>
</body>
...
...
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