Some theme changes:

* Show StepsDisplay on Evaluation
  * Change combo number on ComboGraph to the font used for in-game combos
This commit is contained in:
AJ Kelly
2010-01-30 12:36:02 -06:00
parent 90b4a72021
commit c727c58fc6
3 changed files with 27 additions and 2 deletions
@@ -1,3 +1,3 @@
return LoadFont("Common Normal") .. {
InitCommand=cmd(shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000077"););
return LoadFont("Combo Numbers") .. {
InitCommand=cmd(zoom,0.4;y,-1;shadowlengthx,0;shadowlengthy,1;strokecolor,color("#00000077"););
};