0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

修改boss血条颜色

This commit is contained in:
firedcto@gmail.com 2024-07-28 16:39:35 +08:00
parent 14caea2eda
commit 370e0a8ea3

View File

@ -280,7 +280,7 @@ boss_red_text_color = {
}
boss_health_color = {
'r': (250, 255), # Red range
'g': (30, 180), # Green range
'r': (245, 255), # Red range
'g': (30, 185), # Green range
'b': (4, 75) # Blue range
}