change hp color
This commit is contained in:
parent
e7b1e7e78a
commit
96628b9a8b
1 changed files with 1 additions and 1 deletions
2
main.lua
2
main.lua
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue