Made scene loader "work" for now.

This commit is contained in:
2024-12-05 15:58:44 -06:00
parent a6ac4f029e
commit 223bbed232
8 changed files with 90 additions and 13 deletions

View File

@ -5,6 +5,10 @@
"rosa": {
"type": "prefab",
"path": "prefabs/rosa.json"
},
"npc": {
"type": "prefab",
"path": "prefabs/npc.json"
}
},
@ -20,6 +24,11 @@
"rosa": {
"prefab": "rosa",
"position": [ 0, 0, 0 ]
},
"npc": {
"prefab": "npc",
"position": [ 32, 0, 0 ]
}
}
}