From 2e3f9bc82b5b5db3779d288e2b51b77b91d718d3 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 16 Jul 2006 05:39:08 +0000 Subject: [PATCH] Move MemoryCardDisplay* icons to the lower corners to not interfere with 2P side. --- stepmania/Themes/default/metrics.ini | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index b43833c97e..d3369afdb4 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2451,14 +2451,16 @@ StyleIconX=SCREEN_CENTER_X+817 StyleIconY=SCREEN_TOP+26 StyleIconOnCommand=draworder,97;spring,0.5;addx,-SCREEN_WIDTH StyleIconOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH; -MemoryCardDisplayP1X=SCREEN_CENTER_X+140+SCREEN_WIDTH -MemoryCardDisplayP1Y=SCREEN_CENTER_Y-220 -MemoryCardDisplayP1OnCommand=draworder,97;spring,0.5;addx,-SCREEN_WIDTH -MemoryCardDisplayP1OffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH; -MemoryCardDisplayP2X=SCREEN_CENTER_X+160+SCREEN_WIDTH -MemoryCardDisplayP2Y=SCREEN_CENTER_Y-220 -MemoryCardDisplayP2OnCommand=draworder,97;spring,0.5;addx,-SCREEN_WIDTH -MemoryCardDisplayP2OffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH; +MemoryCardDisplayP1X=SCREEN_LEFT+10; +MemoryCardDisplayP1Y=SCREEN_CENTER_Y+220 +MemoryCardDisplayP1OnCommand=draworder,97; +MemoryCardDisplayP1OffCommand= +//MemoryCardDisplayP1OffCommand=bouncebegin,0.5;addx,-25; +MemoryCardDisplayP2X=SCREEN_RIGHT-10; +MemoryCardDisplayP2Y=SCREEN_CENTER_Y+220 +MemoryCardDisplayP2OnCommand=draworder,97; +MemoryCardDisplayP2OffCommand= +//MemoryCardDisplayP2OffCommand=bouncebegin,0.5;addx,25; TimerX=SCREEN_CENTER_X+270+SCREEN_WIDTH TimerY=SCREEN_TOP+22 TimerOnCommand=draworder,97;spring,0.5;addx,-SCREEN_WIDTH