Scenes - e-ucm/ead GitHub Wiki
Scenes are the main unit in eAdventure games. Scenes are container for scene elements (game objects that are drawn in the screen).
A scene can be defined with the following json:
{
children: [
{
// scene element definition
},
...
]
}