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