add library loading error messages

This commit is contained in:
2019-05-24 00:16:52 +07:00
parent 71ad1c743e
commit 27a92fc3ad
26 changed files with 96 additions and 40 deletions

View File

@@ -1,5 +1,7 @@
{
"components" : {
"camera" : {}
"camera" : {
"background" : [1.0, 0.4, 0.0, 1.0]
}
}
}

View File

@@ -3,12 +3,7 @@
"scene" : {}
},
"children" : [{
"prototype" : "camera_prefab.json",
"components" : {
"camera" : {
"background" : [1.0, 0.4, 0.0, 1.0]
}
}
"prototype" : "camera_prefab.json"
},{
"prototype" : "gnome_prefab.json",
"components" : {