This commit is contained in:
Irlan
2018-04-06 21:54:13 -03:00
parent f11ec48adc
commit 62e12d6205
10 changed files with 56 additions and 117 deletions

View File

@ -415,6 +415,15 @@ static void Interface()
static void Step()
{
if (g_settings.pause)
{
g_debugDraw->DrawString("*PAUSED*", b3Color_white);
}
else
{
g_debugDraw->DrawString("*PLAYING*", b3Color_white);
}
if (g_settings.drawGrid)
{
b3Color color(0.2f, 0.2f, 0.2f, 1.0f);