Glowny / Areenajabat

2016 Summer game project
4 stars 0 forks source link

Rename bullets -> entities on physics, make gladiators part of entities. #71

Closed Glowny closed 8 years ago

Glowny commented 8 years ago

Grenades, explosions and bullets are named "bullet". This system is not named properly. Gladiators should also be added to this system. Make entities distinguishable by id. To do this, gladiators need to get their id from similiar system as bullets get their id. Maybe rise the amount maximun amount of id's from 255?

Glowny commented 8 years ago

Entities id is defined on game_host. Physics have no longer separate id.