added all static objects to world TODO enemies

This commit is contained in:
Jannick van Ballegooijen
2016-06-22 01:51:25 +02:00
parent ec83d31065
commit 6f8c2955eb
3 changed files with 1214 additions and 2826 deletions
+1202 -2822
View File
File diff suppressed because it is too large Load Diff
+12 -4
View File
@@ -53,12 +53,12 @@
] ]
}, },
"player": { "player": {
"startposition": [ 375, 5, 375 ] "startposition": [ 385, 5, 375]
}, },
"objects": [ ], "objects": [ ],
"portal": { "portal": {
"file": "models/Teleporter/Teleporter.obj", "file": "models/Teleporter/Teleporter.obj",
"pos": [ 385, 5, 366 ] "pos": [ 380, 5, 385 ]
}, },
"enemies": [ "enemies": [
{ {
@@ -72,11 +72,19 @@
"empty texture": "models/crystal/PickedUpCrystal.obj", "empty texture": "models/crystal/PickedUpCrystal.obj",
"instances": [ "instances": [
{ {
"pos": [ 31, 5, 33 ], "pos": [ 255, 5, 225 ],
"rot": [ 0, 0, 0 ] "rot": [ 0, 0, 0 ]
}, },
{ {
"pos": [ 40, 5, 40 ], "pos": [ 250, 5, 540 ],
"rot": [ 0, 0, 0 ]
},
{
"pos": [ 250, 5, 490 ],
"rot": [ 0, 0, 0 ]
},
{
"pos": [ 480, 5, 500 ],
"rot": [ 0, 0, 0 ] "rot": [ 0, 0, 0 ]
} }
] ]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 79 KiB