function Entity() { this.x; this.y; this.health; this.maxhealth; this.speed; this.type; }