Scene context improving but not finished.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"name": "Rosa",
|
||||
|
||||
"assets": {
|
||||
"rosa": {
|
||||
"rosa_texture": {
|
||||
"type": "texture",
|
||||
"path": "rosa.texture"
|
||||
}
|
||||
@ -11,7 +11,7 @@
|
||||
"components": {
|
||||
"material": {
|
||||
"type": "SimpleTexturedMaterial",
|
||||
"texture": "rosa"
|
||||
"texture": "rosa_texture"
|
||||
},
|
||||
"meshRenderer": {
|
||||
"type": "MeshRenderer"
|
||||
@ -20,8 +20,7 @@
|
||||
"type": "RPGEntity"
|
||||
},
|
||||
"player": {
|
||||
"type": "RPGPlayer",
|
||||
"camera": "camera"
|
||||
"type": "RPGPlayer"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user