-
Notifications
You must be signed in to change notification settings - Fork 0
jsilConfig
kevingadd edited this page Sep 11, 2012
·
14 revisions
The JSIL script loader (contained in JSIL.js) is responsible for loading the scripts necessary to run a JSIL game or application. The script loader (and other parts of JSIL) read configuration settings from a global variable named jsilConfig.
The jsilConfig object is a JSON-style dictionary. The following keys can be provided:
| Key | Type | Default Value | Description |
|---|---|---|---|
| scriptRoot | String | "" | |
| fileRoot | String | "" | |
| assetRoot | String | "" | |
| contentRoot | String | "Content/" | |
| fileVirtualRoot | String | fileRoot or "" |