Made scene loader "work" for now.
This commit is contained in:
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user