Increment version to "StepMania 5 Beta 2b"
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
function Actor:LyricCommand(side)
|
||||
self:draworder(DrawOrder.Screen+1);
|
||||
self:settext(Var "LyricText")
|
||||
|
||||
self:stoptweening()
|
||||
|
||||
@@ -522,7 +522,7 @@ PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \
|
||||
self:effectcolor2(color("1,1,1,1")); \
|
||||
self:effectcolor1(color("0.5,0.5,0.5,1")); \
|
||||
self:effectclock('beat'); \
|
||||
self:effecttiming(rate*0.25,rate*0.75,rate*0.25,rate*0.75); \
|
||||
self:effecttiming(rate*0.75,rate*0.125,rate*0.125,0); \
|
||||
self:effectoffset(1.25-offset); \
|
||||
end;
|
||||
# PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \
|
||||
@@ -1431,7 +1431,7 @@ BPMDisplayOffCommand=bounceend,0.25;zoom,0
|
||||
ShowStageDisplay=true
|
||||
StageDisplayX=SCREEN_CENTER_X
|
||||
StageDisplayY=Center1Player() and SCREEN_BOTTOM-76 or SCREEN_BOTTOM-50
|
||||
StageDisplayOnCommand=draworder,102
|
||||
StageDisplayOnCommand=draworder,DrawOrder.Screen
|
||||
StageDisplayOffCommand=bounceend,0.25;zoom,0
|
||||
StageDisplayUseShortString=true
|
||||
#
|
||||
|
||||
@@ -4,4 +4,6 @@ FallbackTheme=default
|
||||
|
||||
# Now you can edit or add things. ##############################################
|
||||
[ScreenEdit]
|
||||
EditModifiers="midi-note"
|
||||
EditModifiers="midi-note"
|
||||
|
||||
[MusicWheel]
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
* </li></ul>
|
||||
*/
|
||||
#ifndef PRODUCT_VER_BARE
|
||||
#define PRODUCT_VER_BARE v5.0 beta 2a
|
||||
#define PRODUCT_VER_BARE v5.0 beta 2b
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user