新增ninja adventure例子

This commit is contained in:
YHH
2020-08-23 22:09:22 +08:00
parent 6c1cfec928
commit 7345a17d24
26 changed files with 400 additions and 27 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -15,6 +15,10 @@
{
"keys": "common",
"name": "common"
},
{
"keys": "1_png,2_png,3_png,4_png,5_png,6_png",
"name": "characters"
}
],
"resources": [
@@ -67,6 +71,36 @@
"url": "preload/orthogonal-outside.json",
"type": "json",
"name": "orthogonal-outside_json"
},
{
"url": "characters/1.png",
"type": "image",
"name": "1_png"
},
{
"url": "characters/2.png",
"type": "image",
"name": "2_png"
},
{
"url": "characters/3.png",
"type": "image",
"name": "3_png"
},
{
"url": "characters/4.png",
"type": "image",
"name": "4_png"
},
{
"url": "characters/5.png",
"type": "image",
"name": "5_png"
},
{
"url": "characters/6.png",
"type": "image",
"name": "6_png"
}
]
}