Add context sharing on prefabs.
This commit is contained in:
27
assets/prefabs/rosa.json
Normal file
27
assets/prefabs/rosa.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Rosa",
|
||||
|
||||
"assets": {
|
||||
"rosa": {
|
||||
"type": "texture",
|
||||
"path": "rosa.texture"
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"material": {
|
||||
"type": "SimpleTexturedMaterial",
|
||||
"texture": "rosa"
|
||||
},
|
||||
"meshRenderer": {
|
||||
"type": "MeshRenderer"
|
||||
},
|
||||
"entity": {
|
||||
"type": "RPGEntity"
|
||||
},
|
||||
"player": {
|
||||
"type": "RPGPlayer",
|
||||
"camera": "camera"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user