From 04114173b030d4bf50e30a2c5e6bf3fe2cfcb7d7 Mon Sep 17 00:00:00 2001 From: Rob Campbell Date: Sun, 17 Aug 2008 22:05:15 +0000 Subject: [PATCH] small fix to the StreamDisplay's transform command. Pills no longer leave the 'boundaries' created by the frame. --- stepmania/Themes/default/metrics.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 99a903baeb..67b2e28eb8 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -4522,7 +4522,7 @@ CursorP2HideCommand=linear,.3;diffusealpha,0 ; PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) local native_width=32; local zoomed_width=12; self:zoomx(zoomed_width/native_width); self:x((itemIndex-(numItems/2))*zoomed_width); end PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \ local zoomed_width=28; \ - local zoomed_height=9; \ + local zoomed_height=8; \ local spacing_x=11.3; \ self:zoomtoheight(zoomed_height); \ self:x((itemIndex-(numItems/2))*spacing_x); \