From 60f685b7b544b94ae1e6212b939cdae5ac12e725 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <tullivan99@gmail.com> Date: Mon, 28 Sep 2015 08:14:20 -0400 Subject: added dropping from platforms --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0ba715f..9e029cf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -173,7 +173,7 @@ void render(){ d=deltaTime; debugDiv=0; } - ui::putText(player->loc.x-SCREEN_WIDTH/2,SCREEN_HEIGHT-ui::fontSize,"FPS: %d\nD: %d\nRes: %ux%u",fps,d,SCREEN_WIDTH,SCREEN_HEIGHT); + ui::putText(player->loc.x-SCREEN_WIDTH/2,SCREEN_HEIGHT-ui::fontSize,"FPS: %d\nD: %d G:%d\nRes: %ux%u",fps,d,player->ground,SCREEN_WIDTH,SCREEN_HEIGHT); } ui::draw(); // Draw any UI elements if they need to be -- cgit v1.2.3