Skip to content
This repository was archived by the owner on Dec 20, 2019. It is now read-only.
Ángel del Blanco Aguado edited this page Mar 26, 2014 · 3 revisions

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
        },
        ...
    ]
}

Clone this wiki locally