API Docs for:
Show:

Entity.Types Class

Defined in: src/entity.js:194

Describes different types of entities. Used by the Entity constructor 'type' param.

Entity.Types = {
    zombie: {
       name: 'Zombie',
       char: 'z',
       color: 'red',
       bgColor: '#222'
    },
    // ...
}

Item Index