diff --git a/Themes/default/Graphics/ScreenTitleMenu logo/default.lua b/Themes/default/Graphics/ScreenTitleMenu logo/default.lua index 39bedbfad4..116fd80709 100644 --- a/Themes/default/Graphics/ScreenTitleMenu logo/default.lua +++ b/Themes/default/Graphics/ScreenTitleMenu logo/default.lua @@ -5,14 +5,14 @@ local t = Def.ActorFrame{ -- [BGAnimation] LoadActor("_ball"); -- [Layer1] Type=0 File=_ball.png LoadActor("_ball")..{ -- [Layer2] Type=0 File=_ball.png }; - LoadActor("_text")..{ -- [Layer3] Type=0 File=_text.png + --[[LoadActor("_text")..{ -- [Layer3] Type=0 File=_text.png InitCommand=cmd(y,48;hide_if,GAMESTATE:GetMultiplayer()); -- Command=y,48 }; LoadActor("_multi")..{ -- [Layer4] Type=0 File=_multi.png InitCommand=cmd(y,60;hide_if,not GAMESTATE:GetMultiplayer()); -- Command=y,48 -- the hide_if command would be similar to Condition=, which also exists. -- Condition=GAMESTATE:GetMultiplayer(); is the equivalent code. - }; + };]] LoadFont("Common normal")..{ Text="sm-ssc Multiplayer"; InitCommand=cmd(y,5;shadowlength,0;strokecolor,color("0,0,0,0.375");diffusebottomedge,color("#D6DBDD");); @@ -20,4 +20,4 @@ local t = Def.ActorFrame{ -- [BGAnimation] }; }; -return t; \ No newline at end of file +return t; diff --git a/src/ProductInfo.h b/src/ProductInfo.h index 8916d00401..19268747d1 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -8,7 +8,7 @@ * * As an example, use "StepMania" here, not "StepMania4". */ -#define PRODUCT_FAMILY_BARE sm-ssc +#define PRODUCT_FAMILY_BARE StepMania /** * @brief A unique name for each application that you might want installed side-by-side with other applications. @@ -16,7 +16,7 @@ * As an example, use "StepMania4" here, not "StepMania". * It would cause a conflict with older versions such as StepMania 3.X. */ -#define PRODUCT_ID_BARE sm-ssc +#define PRODUCT_ID_BARE StepMania 5 /** * @brief Version info displayed to the user. @@ -35,7 +35,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v1.2.5 +#define PRODUCT_VER_BARE v5.0 Preview 1 #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 29ee485bd9..5e5bfde118 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -1,11 +1,11 @@ ; Included by the NSIS installer script ; Don't forget to also change ProductInfo.h! -!define PRODUCT_FAMILY "sm-ssc" +!define PRODUCT_FAMILY "StepMania" ; see ProductInfo.h for use descriptions -!define PRODUCT_ID "sm-ssc" -!define PRODUCT_VER "v1.2.5" +!define PRODUCT_ID "StepMania" +!define PRODUCT_VER "v5.0 Preview 1" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc"