Kaynağa Gözat

Lille fix

master
Jørn Guldberg 1 yıl önce
ebeveyn
işleme
34f4a4c93a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      julespil/game.py

+ 1
- 1
julespil/game.py Dosyayı Görüntüle

@ -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

Yükleniyor…
İptal
Kaydet