Files
evol-assets/game.proj
T
mo7sen b4e263e1c2 New Asset iteration
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
2021-07-01 22:56:24 +02:00

50 lines
888 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": "SponzaScene",
"path": "scenes://Sponza.evsc"
},
{
"id": "DamagedHelmetScene",
"path": "scenes://DamagedHelmet.evsc"
},
{
"id": "BoomBox",
"path": "scenes://BoomBox.evsc"
},
{
"id": "CesiumMilkTruck",
"path": "scenes://CesiumMilkTruck.evsc"
}
],
"activeScene": "CesiumMilkTruck"
}