Skip to content

Commit

Permalink
修改MagickSprite
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh1982 committed Oct 4, 2017
2 parents f094a75 + bf44ec7 commit 99913c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/cases/component/test-magicksprite.fire
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 178,
"width": 168,
"height": 113
},
"_rotationX": 0,
Expand Down Expand Up @@ -247,7 +247,7 @@
},
"_enabled": true,
"_spriteFrame": {
"__uuid__": "65d23191-424c-4e25-bb0b-b76307776718"
"__uuid__": "9531facc-d241-4c87-9b88-9e09defddde3"
},
"_type": 0,
"_sizeMode": 1,
Expand Down Expand Up @@ -279,8 +279,8 @@
"__uuid__": "65d23191-424c-4e25-bb0b-b76307776718"
}
],
"_index": 3,
"spriteName": "sheep_run_3",
"_index": 0,
"spriteName": "sheep_run_0",
"_nameEnum": {
"sheep_run_0": 0,
"sheep_run_1": 1,
Expand Down
2 changes: 1 addition & 1 deletion assets/uikiller/cocos-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ cc.setEnumAttr = function(obj, propName, enumDef) {
type: 'Enum',
enumList: cc.Enum.getList(enumDef)
});
}
};

0 comments on commit 99913c1

Please sign in to comment.