From ebac563f0f8f4fba120cee79e8e6a7973e394677 Mon Sep 17 00:00:00 2001 From: basisbit Date: Fri, 28 Aug 2015 01:45:23 +0000 Subject: * first usable implementation of the JukeBox mode, work in progress - you can start it by pressing "j" in the main menu git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3128 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/menu/UDisplay.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/menu/UDisplay.pas') diff --git a/src/menu/UDisplay.pas b/src/menu/UDisplay.pas index 9a196a74..3dba08fe 100644 --- a/src/menu/UDisplay.pas +++ b/src/menu/UDisplay.pas @@ -702,10 +702,10 @@ begin glDisable(GL_TEXTURE_2D); glColor4f(1, 1, 1, 0.5); glBegin(GL_QUADS); - glVertex2f(690, 44); + glVertex2f(690, 60); glVertex2f(690, 0); glVertex2f(800, 0); - glVertex2f(800, 44); + glVertex2f(800, 60); glEnd; glDisable(GL_BLEND); @@ -740,6 +740,9 @@ begin SetFontPos(695, 26); glColor4f(1, 0, 0, 1); glPrint (OSD_LastError); + SetFontPos(695, 39); + glColor4f(0.5, 0.5, 0, 1); + glPrint ('Pre-alpha'); glColor4f(1, 1, 1, 1); end; -- cgit v1.2.3