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
a098420b
Commit
a098420b
authored
Apr 07, 2020
by
任建锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
叠叠高2
parent
77d9b53f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
14 deletions
+3
-14
jump-high-2.json
dist/customs/jump-high-2.json
+2
-2
main.js
src/custom/jump-high-2/debug/main.js
+0
-11
main.js.map
src/custom/jump-high-2/debug/main.js.map
+1
-1
No files found.
dist/customs/jump-high-2.json
View file @
a098420b
This diff is collapsed.
Click to expand it.
src/custom/jump-high-2/debug/main.js
View file @
a098420b
...
...
@@ -12,7 +12,6 @@
function
injectProps
(
p
)
{
engine
.
injectProp
(
props
,
p
);
}
//# sourceMappingURL=props.js.map
function
getTexture
(
uuid
)
{
return
engine
.
Texture
.
from
(
getAssetByUUID
(
uuid
).
uuid
);
...
...
@@ -42,7 +41,6 @@
function
playSound
(
name
)
{
engine
.
playSound
(
engine
.
getAssetByName
(
name
).
uuid
,
{
keep
:
true
});
}
//# sourceMappingURL=utils.js.map
var
Block
=
(
function
(
_super
)
{
tslib
.
__extends
(
Block
,
_super
);
...
...
@@ -137,7 +135,6 @@
};
return
Block
;
}(
engine
.
Container
));
//# sourceMappingURL=Block.js.map
var
Background
=
(
function
(
_super
)
{
tslib
.
__extends
(
Background
,
_super
);
...
...
@@ -166,7 +163,6 @@
};
return
Background
;
}(
engine
.
Container
));
//# sourceMappingURL=Background.js.map
var
svgaAssets
=
{
aniReady
:
{
name
:
'准备立正'
,
dir
:
1
},
...
...
@@ -383,7 +379,6 @@
};
return
Player
;
}(
engine
.
Container
));
//# sourceMappingURL=Player.js.map
var
Base
=
(
function
(
_super
)
{
tslib
.
__extends
(
Base
,
_super
);
...
...
@@ -398,7 +393,6 @@
};
return
Base
;
}(
engine
.
Image
));
//# sourceMappingURL=Base.js.map
var
GuideLayer
=
(
function
(
_super
)
{
tslib
.
__extends
(
GuideLayer
,
_super
);
...
...
@@ -451,7 +445,6 @@
};
return
GuideLayer
;
}(
engine
.
Container
));
//# sourceMappingURL=GuideLayer.js.map
var
GoldBag
=
(
function
(
_super
)
{
tslib
.
__extends
(
GoldBag
,
_super
);
...
...
@@ -490,7 +483,6 @@
};
return
GoldBag
;
}(
engine
.
Container
));
//# sourceMappingURL=GoldBag.js.map
var
JumpTips
=
(
function
(
_super
)
{
tslib
.
__extends
(
JumpTips
,
_super
);
...
...
@@ -1010,7 +1002,6 @@
};
return
GameView
;
}(
engine
.
Container
));
//# sourceMappingURL=GameView.js.map
var
JumpHigh
=
(
function
(
_super
)
{
tslib
.
__extends
(
JumpHigh
,
_super
);
...
...
@@ -1050,7 +1041,6 @@
};
return
JumpHigh
;
}(
engine
.
Container
));
//# sourceMappingURL=JumpHigh.js.map
function
index
(
props
)
{
prepareProps
();
...
...
@@ -1058,7 +1048,6 @@
var
instance
=
new
JumpHigh
();
return
instance
;
}
//# sourceMappingURL=index.js.map
return
index
;
...
...
src/custom/jump-high-2/debug/main.js.map
View file @
a098420b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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