mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
add library loading error messages
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"components" : {
|
||||
"camera" : {}
|
||||
"camera" : {
|
||||
"background" : [1.0, 0.4, 0.0, 1.0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user