Skip to content

Commit

Permalink
Kyouko chan is best girl.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzentun committed Jan 10, 2015
1 parent d603182 commit 63e3f9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Graphics/Player combo.lua
Expand Up @@ -96,11 +96,13 @@ local t = Def.ActorFrame {
c.Number:diffuse(Color("White"))
-- c.Number:diffuse(PlayerColor(player))
c.Number:stopeffect()
c.Label:diffuse(Color("White")):diffusebottomedge(color("0.5,0.5,0.5,1"))
c.Label:diffuse(Color("White"))
c.Label:diffusebottomedge(color("0.5,0.5,0.5,1"))
else
c.Number:diffuse(color("#ff0000"))
c.Number:stopeffect()
c.Label:diffuse(Color("Red")):diffusebottomedge(color("0.5,0,0,1"))
c.Label:diffuse(Color("Red"))
c.Label:diffusebottomedge(color("0.5,0,0,1"))
end
-- Pulse
Pulse( c.Number, param )
Expand Down

0 comments on commit 63e3f9d

Please sign in to comment.