From 505027ab6dec50f991e2c21abf270c491128487a Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 3 Nov 2015 08:45:29 -0500 Subject: ui improvements --- src/entities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities.cpp') diff --git a/src/entities.cpp b/src/entities.cpp index 42ed5a9..acc45bd 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -176,7 +176,7 @@ void Entity::draw(void){ //draws the entities glMatrixMode(GL_MODELVIEW); glPopMatrix(); if(near){ - ui::setFontSize(10); + ui::setFontSize(14); ui::putText(loc.x,loc.y-ui::fontSize-HLINE/2,"%s",name); } } -- cgit v1.2.3