65 lines
1.1 KiB
JSON
65 lines
1.1 KiB
JSON
{
|
|
"name": "Test RPG Scene",
|
|
|
|
"assets": {
|
|
"rosa": {
|
|
"type": "prefab",
|
|
"path": "prefabs/rosa.json"
|
|
},
|
|
"npc": {
|
|
"type": "prefab",
|
|
"path": "prefabs/npc.json"
|
|
},
|
|
"rosatext": {
|
|
"type": "texture",
|
|
"path": "rosa.texture"
|
|
}
|
|
},
|
|
|
|
"items": {
|
|
"camera": {
|
|
"components": {
|
|
"camera": {
|
|
"type": "camera"
|
|
}
|
|
}
|
|
},
|
|
|
|
"plane": {
|
|
"position": [ 0, 0, 0 ],
|
|
"components": {
|
|
"mesh": {
|
|
"type": "PlaneMesh",
|
|
"size": [ 512, 512 ],
|
|
"cells": [ 16, 16 ],
|
|
"uv": [ 0, 0, 0.33, 0.25 ]
|
|
},
|
|
"renderer": {
|
|
"type": "MeshRenderer"
|
|
},
|
|
"mat": {
|
|
"type": "MapMaterial",
|
|
"texture": "rosatext"
|
|
},
|
|
"map": {
|
|
"type": "RPGMap"
|
|
}
|
|
}
|
|
},
|
|
|
|
"rosa": {
|
|
"prefab": "rosa",
|
|
"position": [ 0, 0, 0 ],
|
|
"components": {
|
|
"player": {
|
|
"camera": "camera"
|
|
}
|
|
}
|
|
},
|
|
|
|
"npc": {
|
|
"prefab": "npc",
|
|
"position": [ 32, 0, 0 ]
|
|
}
|
|
}
|
|
} |