Improved prefab loading a bit.

This commit is contained in:
2024-12-05 19:27:37 -06:00
parent 223bbed232
commit a4774e6189
10 changed files with 113 additions and 71 deletions

View File

@ -23,7 +23,12 @@
"rosa": {
"prefab": "rosa",
"position": [ 0, 0, 0 ]
"position": [ 0, 0, 0 ],
"components": {
"player": {
"camera": "camera"
}
}
},
"npc": {