Skip to content

Commit

Permalink
put back gameplay percent display background
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 25, 2018
1 parent aad0c4e commit 37ef602
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -347,6 +347,11 @@ local cp =
end
self:zoom(MovableValues.DisplayPercentZoom):x(MovableValues.DisplayPercentX):y(MovableValues.DisplayPercentY)
end,
Def.Quad {
InitCommand = function(self)
self:zoomto(60, 13):diffuse(color("0,0,0,0.4")):halign(1):valign(0)
end
},
-- Displays your current percentage score
LoadFont("Common Large") .. {
Name = "DisplayPercent",
Expand Down

0 comments on commit 37ef602

Please sign in to comment.