{ "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": "SimpleTexturedMaterial", "color": "green", "texture": "rosatext" } } }, "rosa": { "prefab": "rosa", "position": [ 0, 0, 0 ], "components": { "player": { "camera": "camera" } } }, "npc": { "prefab": "npc", "position": [ 32, 0, 0 ] } } }