Increment version to "StepMania 5 Beta 2b"

This commit is contained in:
Jonathan Payne
2013-10-29 16:51:49 -07:00
parent 32a25023d3
commit b6dfe09253
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
function Actor:LyricCommand(side)
self:draworder(DrawOrder.Screen+1);
self:settext(Var "LyricText")
self:stoptweening()
+2 -2
View File
@@ -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
#
+3 -1
View File
@@ -4,4 +4,6 @@ FallbackTheme=default
# Now you can edit or add things. ##############################################
[ScreenEdit]
EditModifiers="midi-note"
EditModifiers="midi-note"
[MusicWheel]
+1 -1
View File
@@ -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
/**