Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-libs
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
劳工
zeroing-libs
Commits
210ab125
Commit
210ab125
authored
Apr 09, 2020
by
任建锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--
parent
cf8cb875
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
jump-high-2.json
dist/customs/jump-high-2.json
+2
-2
main.js
src/custom/jump-high-2/debug/main.js
+1
-1
main.js.map
src/custom/jump-high-2/debug/main.js.map
+1
-1
meta.json
src/custom/jump-high-2/meta.json
+1
-1
Background.ts
src/custom/jump-high-2/src/game/Background.ts
+0
-2
No files found.
dist/customs/jump-high-2.json
View file @
210ab125
This diff is collapsed.
Click to expand it.
src/custom/jump-high-2/debug/main.js
View file @
210ab125
...
...
@@ -166,7 +166,6 @@
};
return
Background
;
}(
engine
.
Container
));
//# sourceMappingURL=Background.js.map
var
svgaAssets
=
{
aniReady
:
{
name
:
'准备立正'
,
dir
:
1
},
...
...
@@ -1011,6 +1010,7 @@
};
return
GameView
;
}(
engine
.
Container
));
//# sourceMappingURL=GameView.js.map
var
JumpHigh
=
(
function
(
_super
)
{
tslib
.
__extends
(
JumpHigh
,
_super
);
...
...
src/custom/jump-high-2/debug/main.js.map
View file @
210ab125
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/custom/jump-high-2/meta.json
View file @
210ab125
...
...
@@ -300,7 +300,7 @@
},
{
"name"
:
"背景图"
,
"url"
:
"//yun.duiba.com.cn/aurora/assets/
6bbdb3fc12e4015fd60485c9add4ee102e2d1ce2.jp
g"
,
"url"
:
"//yun.duiba.com.cn/aurora/assets/
7ac7be060f3dac92602bb6b734e8137d589184fd.pn
g"
,
"uuid"
:
"43618417-f27f-429c-bba3-e0715e552ca2"
,
"ext"
:
".jpg"
},
...
...
src/custom/jump-high-2/src/game/Background.ts
View file @
210ab125
...
...
@@ -14,14 +14,12 @@ export class Background extends engine.Container {
setup
()
{
const
{
width
,
height
}
=
this
.
stage
;
let
bg
=
this
.
_bg
=
new
engine
.
Image
(
getTextureByName
(
'背景图'
));
bg
.
anchorX
=
bg
.
width
/
2
;
bg
.
anchorY
=
bg
.
height
/
2
;
bg
.
x
=
-
(
bg
.
width
-
width
)
/
2
;
bg
.
y
=
-
(
bg
.
height
-
height
)
/
2
;
this
.
addChild
(
bg
);
this
.
_minScale
=
width
/
bg
.
width
;
}
...
...
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