Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
playground
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
playground
Commits
6e894377
Commit
6e894377
authored
Jan 19, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
73b00803
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
DropItem.js
test/src/game/DropItem.js
+1
-1
meta.json
test/src/meta.json
+2
-2
No files found.
test/src/game/DropItem.js
View file @
6e894377
...
...
@@ -3,7 +3,7 @@ export default class DropItem extends Sprite {
constructor
()
{
super
();
this
.
texture
=
TextureCache
[
'box
2
'
]
this
.
texture
=
TextureCache
[
'box'
]
this
.
y
=
0
;
}
...
...
test/src/meta.json
View file @
6e894377
...
...
@@ -16,9 +16,9 @@
"ext"
:
".png"
},
{
"name"
:
"box
2
"
,
"name"
:
"box"
,
"url"
:
"//yun.duiba.com.cn/spark/assets/022e25a3984ff122fbf960bd0cb87bff48f8c3bf.png"
,
"uuid"
:
"box
2
"
,
"uuid"
:
"box"
,
"ext"
:
".png"
},
{
...
...
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