Scene context improving but not finished.

This commit is contained in:
2024-12-05 15:48:27 -06:00
parent 5998037994
commit a6ac4f029e
25 changed files with 206 additions and 163 deletions

View File

@ -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"
}
}
}