added par time to levels
This commit is contained in:
@@ -128,6 +128,10 @@ void Label (int id, const char* caption, int x, int y) {
|
||||
assert (view);
|
||||
|
||||
view->DrawGLStringMeasure(caption, &width, &height);
|
||||
|
||||
SelectFont("console.ttf size=23 color=#808080");
|
||||
view->DrawGLString(x - 1 , y + height * 0.5 + 1, caption);
|
||||
SelectFont("console.ttf size=23 color=#ffffff");
|
||||
view->DrawGLString(x , y + height * 0.5, caption);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user