Jørn Guldberg hace 11 meses
padre
commit
4e3468a6c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      julespil/game.py

+ 1
- 1
julespil/game.py Ver fichero

@ -158,7 +158,7 @@ class Enemy(pygame.sprite.Sprite):
if life_ratio >= 0.75:
self.health_bar_color = GREEN
elif life_ratio < 0.75 and life_ratio >= 0.25:
elif life_ratio < 0.75 and life_ratio > 0.26:
self.health_bar_color = YELLOW
else:
self.health_bar_color = RED

Cargando…
Cancelar
Guardar