Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shuijf2
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
shuijf2
Commits
d36abbc0
Commit
d36abbc0
authored
Jul 09, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
daccda62
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
.DS_Store
.DS_Store
+0
-0
main.scene
assets/scenes/main.scene
+10
-4
fuck.html
fuck.html
+2
-2
manifest.json
manifest.json
+2
-2
No files found.
.DS_Store
View file @
d36abbc0
No preview for this file type
assets/scenes/main.scene
View file @
d36abbc0
...
...
@@ -116,7 +116,13 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"position": {
"_hashCode": 6106,
"_x": 0,
"_y": 0
}
}
},
{
"script": "./scripts/scenes/SceneStart",
...
...
@@ -262,7 +268,7 @@
"script": "components/base/Transform",
"properties": {
"position": {
"x":
2.857142857142847
,
"x":
38.412698412698404
,
"y": 25.71428571428575
}
}
...
...
@@ -669,7 +675,7 @@
]
}
],
"disabled":
tru
e
"disabled":
fals
e
},
{
"name": "ScenePlay",
...
...
@@ -921,7 +927,7 @@
"children": []
}
],
"disabled":
fals
e
"disabled":
tru
e
},
{
"name": "SceneGuide",
...
...
fuck.html
View file @
d36abbc0
...
...
@@ -9,10 +9,10 @@
<div
id=
"gameContainer"
style=
"width: 100%;height: 100%;overflow: hidden;"
></div>
<script
src=
"//yun.duiba.com.cn/db_games/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/security.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/1562
055416
/bundle.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/1562
654994
/bundle.js"
></script>
<script>
setTimeout
(
function
()
{
var
loadingEl
=
document
.
getElementById
(
'loading'
);
function
onProcess
(
p
)
{
if
(
p
>=
1
)
{
loadingEl
.
style
.
display
=
'none'
;
}
}
var
options
=
{
resPath
:
"//yun.duiba.com.cn/db_games/1562
055416
/"
};
window
[
'shuijf'
].
startup
(
document
.
getElementById
(
'gameContainer'
),
options
,
onProcess
);
var
options
=
{
resPath
:
"//yun.duiba.com.cn/db_games/1562
654994
/"
};
window
[
'shuijf'
].
startup
(
document
.
getElementById
(
'gameContainer'
),
options
,
onProcess
);
},
100
);
window
[
'COUNT_DOWN_SEC'
]
=
10
;
...
...
manifest.json
View file @
d36abbc0
...
...
@@ -16,8 +16,8 @@
"entryScene"
:
"main"
},
"webServiceUrl-"
:
"http://10.10.93.204:7555 http://localhost:3010"
,
"webServiceUrl"
:
"http://localhost:4001"
,
"webServiceUrl
3
"
:
""
"webServiceUrl
1
"
:
"http://localhost:4001"
,
"webServiceUrl"
:
""
},
"dataCenterConfig"
:
{
"dataCenterRoot"
:
[
...
...
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