feat(hero): 添加新英雄资源并重命名现有英雄
- 添加新英雄 me1 的 prefab 和 mb456 图片资源 - 将 hm4 英雄重命名为 me1,保持相同的 UUID 和结构 - 更新 moud.png 图片资源
This commit is contained in:
1196
assets/resources/game/heros/hero/mb456.plist
Normal file
1196
assets/resources/game/heros/hero/mb456.plist
Normal file
File diff suppressed because it is too large
Load Diff
3605
assets/resources/game/heros/hero/mb456.plist.meta
Normal file
3605
assets/resources/game/heros/hero/mb456.plist.meta
Normal file
File diff suppressed because it is too large
Load Diff
BIN
assets/resources/game/heros/hero/mb456.png
Normal file
BIN
assets/resources/game/heros/hero/mb456.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
42
assets/resources/game/heros/hero/mb456.png.meta
Normal file
42
assets/resources/game/heros/hero/mb456.png.meta
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"ver": "1.0.27",
|
||||||
|
"importer": "image",
|
||||||
|
"imported": true,
|
||||||
|
"uuid": "d9aceb33-20c7-40af-be26-57a5e8bc375d",
|
||||||
|
"files": [
|
||||||
|
".json",
|
||||||
|
".png"
|
||||||
|
],
|
||||||
|
"subMetas": {
|
||||||
|
"6c48a": {
|
||||||
|
"importer": "texture",
|
||||||
|
"uuid": "d9aceb33-20c7-40af-be26-57a5e8bc375d@6c48a",
|
||||||
|
"displayName": "mb456",
|
||||||
|
"id": "6c48a",
|
||||||
|
"name": "texture",
|
||||||
|
"userData": {
|
||||||
|
"wrapModeS": "repeat",
|
||||||
|
"wrapModeT": "repeat",
|
||||||
|
"minfilter": "linear",
|
||||||
|
"magfilter": "linear",
|
||||||
|
"mipfilter": "none",
|
||||||
|
"anisotropy": 0,
|
||||||
|
"isUuid": true,
|
||||||
|
"imageUuidOrDatabaseUri": "d9aceb33-20c7-40af-be26-57a5e8bc375d",
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"ver": "1.0.22",
|
||||||
|
"imported": true,
|
||||||
|
"files": [
|
||||||
|
".json"
|
||||||
|
],
|
||||||
|
"subMetas": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"userData": {
|
||||||
|
"type": "texture",
|
||||||
|
"hasAlpha": true,
|
||||||
|
"fixAlphaTransparencyArtifacts": false,
|
||||||
|
"redirect": "d9aceb33-20c7-40af-be26-57a5e8bc375d@6c48a"
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 873 KiB After Width: | Height: | Size: 852 KiB |
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "hm4",
|
"_name": "me1",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "hm4",
|
"_name": "me1",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"syncNodeName": "hm4"
|
"syncNodeName": "me1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user