Entity.Types Class
Describes different types of entities. Used by the Entity constructor 'type' param.
Entity.Types = {
zombie: {
name: 'Zombie',
char: 'z',
color: 'red',
bgColor: '#222'
},
// ...
}
Describes different types of entities. Used by the Entity constructor 'type' param.
Entity.Types = {
zombie: {
name: 'Zombie',
char: 'z',
color: 'red',
bgColor: '#222'
},
// ...
}