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
ef6bacb4
Commit
ef6bacb4
authored
Jun 16, 2020
by
任建锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--
parent
ebe1877a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
food-fell2.json
dist/customs/food-fell2.json
+1
-1
main.js
src/custom/food-fell2/debug/main.js
+5
-0
main.js.map
src/custom/food-fell2/debug/main.js.map
+1
-1
No files found.
dist/customs/food-fell2.json
View file @
ef6bacb4
This diff is collapsed.
Click to expand it.
src/custom/food-fell2/debug/main.js
View file @
ef6bacb4
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
function
injectProps
(
p
)
{
function
injectProps
(
p
)
{
engine
.
injectProp
(
props
,
p
);
engine
.
injectProp
(
props
,
p
);
}
}
//# sourceMappingURL=props.js.map
function
getTexture
(
uuid
)
{
function
getTexture
(
uuid
)
{
return
engine
.
Texture
.
from
(
getAssetByUUID
(
uuid
).
uuid
);
return
engine
.
Texture
.
from
(
getAssetByUUID
(
uuid
).
uuid
);
...
@@ -105,6 +106,7 @@
...
@@ -105,6 +106,7 @@
});
});
return
Goods
;
return
Goods
;
}(
engine
.
Container
));
}(
engine
.
Container
));
//# sourceMappingURL=Goods.js.map
var
ObjectPool
=
engine
.
ObjectPool
;
var
ObjectPool
=
engine
.
ObjectPool
;
var
PoolName
=
'goods'
;
var
PoolName
=
'goods'
;
...
@@ -113,6 +115,7 @@
...
@@ -113,6 +115,7 @@
},
function
(
item
,
data
)
{
},
function
(
item
,
data
)
{
item
.
reset
();
item
.
reset
();
});
});
//# sourceMappingURL=object-pool-init.js.map
var
ObjectPool$1
=
engine
.
ObjectPool
;
var
ObjectPool$1
=
engine
.
ObjectPool
;
var
GameView
=
(
function
(
_super
)
{
var
GameView
=
(
function
(
_super
)
{
...
@@ -390,6 +393,7 @@
...
@@ -390,6 +393,7 @@
};
};
return
GameWrapper
;
return
GameWrapper
;
}(
engine
.
Container
));
}(
engine
.
Container
));
//# sourceMappingURL=GameWrapper.js.map
function
index
(
props
)
{
function
index
(
props
)
{
prepareProps
();
prepareProps
();
...
@@ -397,6 +401,7 @@
...
@@ -397,6 +401,7 @@
var
instance
=
new
GameWrapper
();
var
instance
=
new
GameWrapper
();
return
instance
;
return
instance
;
}
}
//# sourceMappingURL=index.js.map
return
index
;
return
index
;
...
...
src/custom/food-fell2/debug/main.js.map
View file @
ef6bacb4
This diff is collapsed.
Click to expand it.
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