You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
2.4 KiB
111 lines
2.4 KiB
{ |
|
"init": "assets/lua/scene1-init.lua", |
|
"entities": [ |
|
{ |
|
"id": { "id": 12312312 }, |
|
"tag": { "tag": "Camera" }, |
|
"transform" : { |
|
"translate": [0.0, 0.0, 1.0], |
|
"rotate": [0.0, 0.0, -1.0], |
|
"scale": [1.0, 1.0, 1.0] |
|
}, |
|
"camera": { "type": "perspective" }, |
|
"lua-scripts": [ |
|
{ "path": "assets/lua/cameracontroller.lua" } |
|
] |
|
}, |
|
{ |
|
"id": { "id": 212563732 }, |
|
"tag": { "tag": "Skybox" }, |
|
"transform" : { |
|
"translate": [0.0, 0.0, 0.0], |
|
"rotate": [0.0, 0.0, 0.0], |
|
"scale": [100.0, 100.0, 100.0] |
|
}, |
|
"cubemap": { |
|
"color": [ 1.0, 1.0, 1.0, 1.0 ], |
|
"texture": "assets/gfx/skybox.jpg" |
|
} |
|
}, |
|
{ |
|
"id": { "id": 564564564 }, |
|
"tag": { "tag": "Quad" }, |
|
"transform" : { |
|
"translate": [ 0.0, 0.0, 0.0 ], |
|
"rotate": [ 0.0, 0.0, 0.0 ], |
|
"scale": [ 1.0, 1.0, 1.0 ] |
|
}, |
|
"sprite": { |
|
"color": [ 1.0, 1.0, 1.0, 1.0 ], |
|
"texture": "assets/gfx/test.png" |
|
} |
|
}, |
|
{ |
|
"id": { "id": 97897897 }, |
|
"tag": { "tag": "Quad 2" }, |
|
"transform" : { |
|
"translate": [ 1.1, 0.0, 0.0 ], |
|
"rotate": [ 0.0, 0.0, 0.0 ], |
|
"scale": [ 1.0, 1.0, 1.0 ] |
|
}, |
|
"sprite": { |
|
"color": [ 0.5, 0.6, 0.8, 1.0 ], |
|
"texture": "assets/gfx/test.png" |
|
} |
|
}, |
|
{ |
|
"id": { "id": 3424242 }, |
|
"tag": { "tag": "Quad 3" }, |
|
"transform" : { |
|
"translate": [ 2.2, 1.0, 0.0 ], |
|
"rotate": [ 0.0, 0.0, -20.0 ], |
|
"scale": [ 1.0, 1.0, 1.0 ] |
|
}, |
|
"sprite": { |
|
"color": [ 1.0, 1.0, 1.0, 1.0 ], |
|
"texture": "assets/gfx/test-inverted.png" |
|
}, |
|
"children": [ |
|
{ |
|
"id": { "id": 4345472 }, |
|
"tag": { "tag": "Quad 4" }, |
|
"transform" : { |
|
"translate": [ 0.85, 0.0, 0.0 ], |
|
"rotate": [ 0.0, 0.0, 0.0 ], |
|
"scale": [ 0.5, 0.5, 1.0 ] |
|
}, |
|
"sprite": { |
|
"color": [ 1.0, 1.0, 1.0, 1.0 ], |
|
"texture": "assets/gfx/test-inverted.png" |
|
}, |
|
"children": [ |
|
{ |
|
"id": { "id": 5234723 }, |
|
"tag": { "tag": "Quad 5" }, |
|
"transform" : { |
|
"translate": [ 1.0, 0.0, 0.0 ], |
|
"rotate": [ 0.0, 0.0, -20.0 ], |
|
"scale": [ 0.5, 0.5, 1.0 ] |
|
}, |
|
"sprite": { |
|
"color": [ 1.0, 1.0, 1.0, 1.0 ], |
|
"texture": "assets/gfx/test-inverted.png" |
|
} |
|
} |
|
] |
|
} |
|
] |
|
}, |
|
{ |
|
"id": { "id": 675754 }, |
|
"tag": { "tag": "Text" }, |
|
"text": { |
|
"content": "Hello World!", |
|
"font": "assets/fnt/open-sans", |
|
"font-size": 24, |
|
"line-spacing": 1.0, |
|
"width": 150 |
|
} |
|
} |
|
] |
|
}
|
|
|