Files
cocos/assets/resources/map-tiles/palettes/_index.json
刘宇飞 d393302388 Complete Cocos Creator port with level bundles, themes, and tooling.
Adds level prefabs, theme assets, audio, extensions, and deployment scripts for the Unity WebGL migration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 15:30:58 +08:00

202 lines
5.0 KiB
JSON

{
"themes": {
"silu": {
"displayName": "丝路 silu",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/silu/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/silu/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/silu/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/silu/kuai11",
"unityIndex": 3
}
]
},
"sanxing": {
"displayName": "三星堆 sanxing",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/sanxing/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/sanxing/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/sanxing/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/sanxing/kuai11",
"unityIndex": 3
}
]
},
"snow": {
"displayName": "雪地 snow",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/snow/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/snow/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/snow/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/snow/kuai11",
"unityIndex": 3
}
]
},
"chinese": {
"displayName": "中国风 chinese",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/chinese/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/chinese/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/chinese/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/chinese/kuai11",
"unityIndex": 3
}
]
},
"numMan": {
"displayName": "数字人 numMan",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/numMan/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/numMan/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/numMan/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/numMan/kuai11",
"unityIndex": 3
}
]
},
"redarmy": {
"displayName": "红军 redarmy",
"tiles": [
{
"display": "Baseblock",
"layer": "ground",
"tileKey": "Baseblock",
"texture": "textures/redArmy/Baseblock",
"unityIndex": 0
},
{
"display": "JumpBlock",
"layer": "ground",
"tileKey": "JumpBlock",
"texture": "textures/redArmy/JumpBlock",
"unityIndex": 1
},
{
"display": "WallBlock",
"layer": "border",
"tileKey": "WallBlock",
"texture": "textures/redArmy/WallBlock",
"unityIndex": 2
},
{
"display": "kuai11",
"layer": "border",
"tileKey": "kuai11",
"texture": "textures/redArmy/kuai11",
"unityIndex": 3
}
]
}
}
}