7e25e7198d
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
46 lines
784 B
XML
Executable File
46 lines
784 B
XML
Executable File
{
|
|
"name": "dummy_game",
|
|
"engineVersion": "0.2",
|
|
"mounts": [
|
|
{
|
|
"path": "./scripts",
|
|
"mountpoint": "scripts"
|
|
},
|
|
{
|
|
"path": "./scenes",
|
|
"mountpoint": "scenes"
|
|
},
|
|
{
|
|
"path": "./assets",
|
|
"mountpoint": "assets"
|
|
},
|
|
{
|
|
"path": "./assets/shaders",
|
|
"mountpoint": "shaders"
|
|
},
|
|
{
|
|
"path": "./prefabs",
|
|
"mountpoint": "prefabs"
|
|
}
|
|
],
|
|
"scenes": [
|
|
{
|
|
"id": "MainScene",
|
|
"path": "scenes://MainScene.evsc"
|
|
},
|
|
{
|
|
"id": "DamagedHelmetScene",
|
|
"path": "scenes://DamagedHelmet.evsc"
|
|
},
|
|
{
|
|
"id": "Sponza",
|
|
"path": "scenes://Sponza.evsc"
|
|
},
|
|
{
|
|
"id": "Demo0",
|
|
"path": "scenes://DemoScene0.evsc"
|
|
}
|
|
],
|
|
"activeScene": "Demo0"
|
|
}
|