Phaser API Documentation

  Version: 
PackFileSection
Properties:
name type arguments description
files Array.<Phaser.Types.Loader.FileConfig>

The files to load. See Phaser.Types.Loader.FileTypes.

baseURL string <optional>

A URL used to resolve paths in files. Example: 'http://labs.phaser.io/assets/'.

defaultType string <optional>

The default Phaser.Types.Loader.FileConfig type.

path string <optional>

A URL path used to resolve relative paths in files. Example: 'images/sprites/'.

prefix string <optional>

An optional prefix that is automatically prepended to each file key.

Type:
object