From 0f327cf133373168d94538686b57c22ba364f2a8 Mon Sep 17 00:00:00 2001 From: mogguh Date: Thu, 3 May 2007 21:09:24 +0000 Subject: Feature: It's now possible to move/skin the time progress thing (no fix positions anymore) (affected: UDraw.pas, UGraphic.pas, UThemes.pas, UScreenSing.pas, UScreenSingModi.pas) Theme/Skin: Added the time stuff beneath the lyrics (as "the others" did too) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@164 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Themes/Deluxe.ini | 70 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 32 deletions(-) (limited to 'Themes') diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index bc2fbe61..0b3e324b 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -732,14 +732,15 @@ TexY2=1 [Sing] Texts =1 -[SingText1] -Text =SING_TIME -X =43 -Y =17 -Font =1 -Size =6 -Color =White -Align=1 +;not used for this skin +;[SingText1] +;Text =SING_TIME +;X =90 +;Y =200 +;Font =1 +;Size =6 +;Color =White +;Align=1 [SingStatic1] ;TextBG @@ -750,37 +751,42 @@ W =780 H =105 Color =GrayLightest Type=Font Black -TexX1=0 -TexY1=0 -TexX2=1 -TexY2=1 [SingStatic2] -;Time BG -Tex =LyricBar -X =12 -Y =5 -W =328 -H =42 -Color =GrayLightest +;TimeBar +Tex =bar +X =10 +Y =580 +W =780 +H =16 +Color =Black Type=Font Black -TexX1=0 -TexY1=0 -TexX2=1 -TexY2=1 + +[SingTimeProgress] +X =20 +Y =584 +W =700 +H =7 +Color=White [SingStatic3] -Tex =Bar +;the thing behind the time progress +Tex =bar X =20 -Y =10 -W =46 -H =30 -Color =Black +Y =584 +W =700 +H =7 +Color=GrayLightest Type=Font Black -TexX1=0 -TexY1=0 -TexX2=1 -TexY2=1 + +[SingTimeText] +Text =SING_TIME +X =750 +Y =579 +Font =1 +Size =6 +Color =White +Align=1 # O N E P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # # #PlayerOne -- cgit v1.2.3