Browse Source

fixing editor example jsons (#9886)

energizer101 8 years ago
parent
commit
1795ba7d7a
2 changed files with 13 additions and 0 deletions
  1. 5 0
      editor/examples/arkanoid.app.json
  2. 8 0
      editor/examples/camera.app.json

+ 5 - 0
editor/examples/arkanoid.app.json

@@ -1,5 +1,10 @@
 {
+	"metadata": {
+		"type": "App"
+	},
 	"project": {
+		"shadows": true,
+		"editable": true,
 		"vr": false
 	},
 	"camera": {

+ 8 - 0
editor/examples/camera.app.json

@@ -1,4 +1,12 @@
 {
+	"metadata": {
+		"type": "App"
+	},
+	"project": {
+		"shadows": true,
+		"editable": true,
+		"vr": false
+	},
 	"camera": {
 		"metadata": {
 			"version": 4.3,