ignacioxd / ragin-mages

JavaScript MOBA game built with Phaser 3
https://raginmages.net
59 stars 21 forks source link

Healthbar should use offsets in json file #107

Closed BrianFreemanAtlanta closed 6 years ago

BrianFreemanAtlanta commented 6 years ago

Player health bars should use the offsets listed in characters.json. The offsets should be adjusted for the sprites to display correctly.

Do we want the health bars just below the name as currently done or below character?

ignacioxd commented 6 years ago

I think between the character and the player name works. What do you think? In most games the health bar is over the character.

BrianFreemanAtlanta commented 6 years ago

over the character works.