change hp color

This commit is contained in:
yuki 2025-11-11 23:37:57 -03:00
parent e7b1e7e78a
commit 96628b9a8b

View file

@ -37,7 +37,7 @@ function love.load()
bg = {.05,.05,.05,1},
ammo = {1,1,1,1},
boost = {1,1,1,1},
hp = {1,1,1,1},
hp = {.8,.1,.1,1},
skill_point = {1,1,1,1},
collision = {1,0.4,0.4,1},
debug = {0.4,1,0.4,1}