Commit 6e894377 authored by wildfirecode13's avatar wildfirecode13

1

parent 73b00803
...@@ -3,7 +3,7 @@ export default class DropItem extends Sprite { ...@@ -3,7 +3,7 @@ export default class DropItem extends Sprite {
constructor() { constructor() {
super(); super();
this.texture = TextureCache['box2'] this.texture = TextureCache['box']
this.y = 0; this.y = 0;
} }
......
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
"ext": ".png" "ext": ".png"
}, },
{ {
"name": "box2", "name": "box",
"url": "//yun.duiba.com.cn/spark/assets/022e25a3984ff122fbf960bd0cb87bff48f8c3bf.png", "url": "//yun.duiba.com.cn/spark/assets/022e25a3984ff122fbf960bd0cb87bff48f8c3bf.png",
"uuid": "box2", "uuid": "box",
"ext": ".png" "ext": ".png"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment