eloipuertas / ES2013Dijous

Videojoc del Grup de Dijous d'Enginyeria del Software del Grau en Enginyeria Informàtica de la Universitat de Barcelona
http://eloipuertas.github.io/ES2013Dijous/
Other
6 stars 0 forks source link

Problem with HUD. Life bar never reach the end. Consider change lost life colour to black #250

Open eloipuertas opened 10 years ago

GuillermoBlasco commented 10 years ago

The HUD is consistent with the game design. Extracted from original game design: "Escudo: se incrementa la vida en 50 hasta un máximo de 150. (sonido al recogerlo + efecto visual)". Therefore the max amount of health points is 150, since the player starts with 100 hp the bar is half filled (2/3 of its length).

Consider to change the game design to "Escudo: se añaden 50 puntos de escudo tales que ante el daño se restan estos puntos en lugar de la vida siempre que los puntos de escudo sean más que cero" or whatever. So we can add another bar as a shield points and let the life bar completely filled initially.

eloipuertas commented 10 years ago

As a beta-tester, life bar is not full, and i see a health item, i catch it and life bar doesn.t change. Consider to increase full life bar size only if shield is caught. But health must show 100 of health with current shield strength. Shield strength is life bar length.