Skip to content

Commit

Permalink
remove dp from eval scoreboard displays
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 5, 2017
1 parent 698d1e6 commit f810663
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ local function scoreitem(pn,index,scoreIndex,drawindex)
end
end
},

-- DP grade and %score
LoadFont("Common normal")..{
Name="grade",
InitCommand=cmd(xy,framex+10,framey+(drawindex*spacing)+2;zoom,0.35;halign,0;maxwidth,(frameWidth-15)/0.3),
BeginCommand=function(self)
self:settextf("%.2f%% (%s)",hsTable[index]:GetPercentDP()*100,"DP")
end
},

-- Wife grade and %score
LoadFont("Common normal")..{
Expand Down

0 comments on commit f810663

Please sign in to comment.