now that I think about it, the slanted title menu options don't really work well anymore.

This commit is contained in:
AJ Kelly
2007-03-14 23:39:26 +00:00
parent 9cdb7f3523
commit 613f7ecc0e
+1 -1
View File
@@ -95,7 +95,7 @@ Choice9="screen,ScreenTest;text,Sandbox"
ShowIcon=false
ShowScroller=true
PerChoiceScrollElement=false
ScrollerTransform=function(self,offset,itemIndex,numItems) self:x(offset*20 + itemIndex) self:y(22*offset) end
ScrollerTransform=function(self,offset,itemIndex,numItems) self:y(22*offset) end
ScrollerSecondsPerItem=0
ScrollerNumItemsToDraw=20
ScrollerX=SCREEN_CENTER_X-220