Started using a project file to load scenes
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
25
res/project/game.proj
Normal file
25
res/project/game.proj
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "dummy_game",
|
||||
"engineVersion": "0.2",
|
||||
"mounts": [
|
||||
{
|
||||
"path": "./res",
|
||||
"mountpoint": "res"
|
||||
},
|
||||
{
|
||||
"path": "./res/scripts",
|
||||
"mountpoint": "scripts"
|
||||
},
|
||||
{
|
||||
"path": "./res/scenes",
|
||||
"mountpoint": "scenes"
|
||||
}
|
||||
],
|
||||
"scenes": [
|
||||
{
|
||||
"id": "MainScene",
|
||||
"path": "scenes://MainScene.evsc"
|
||||
}
|
||||
],
|
||||
"activeScene": "MainScene"
|
||||
}
|
||||
Reference in New Issue
Block a user