dummy camera.input flag

This commit is contained in:
2020-01-30 08:46:21 +07:00
parent abf7bb81fd
commit 698a3fb419
5 changed files with 57 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
"camera" : {
"background" : [1.0, 0.4, 0.0, 1.0]
},
"camera.input" : {},
"camera.gizmos" : {}
}
}

View File

@@ -6,12 +6,7 @@
}
},
"children" : [{
"prototype" : "../prefabs/camera_prefab.json",
"components" : {
"named" : {
"name" : "camera"
}
}
"prototype" : "../prefabs/camera_prefab.json"
},{
"prototype" : "../prefabs/ship_prefab.json",
"components" : {