april fools build
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 18 KiB |
@@ -45,8 +45,12 @@ t[#t+1] = Def.ActorFrame {
|
||||
LoadFont( "common normal" ) .. {
|
||||
InitCommand=cmd(y,-25;
|
||||
--settext,ProductVersion();
|
||||
settext,"April 1st edition";
|
||||
settext,"NSFW edition";
|
||||
diffuse,color("#000000");shadowlength,0;);
|
||||
};
|
||||
};
|
||||
t[#t+1] = LoadActor( "../ScreenGameplay toasty/toasty.png" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_LEFT;y,SCREEN_BOTTOM;vertalign,bottom;horizalign,left;);
|
||||
};
|
||||
|
||||
return t;
|
||||
|
||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 223 KiB |
@@ -1019,7 +1019,7 @@ HeaderText=Bookkeeping
|
||||
|
||||
[ScreenCaution]
|
||||
Caution=CAUTION!
|
||||
CautionText=For safety purposes, play with the lights on and keep the dance platform a safe distance from your TV or monitor as well as any other furniture at all times. Do not allow pets, children, or other spectators on the dance platform during gameplay. Be aware of the platform's position at all times.
|
||||
CautionText=This game is for use by adults only. If you are young or sensitive to adult situations, unplug your computer now!
|
||||
|
||||
[ScreenDebugOverlay]
|
||||
%s in gameplay=%s in gameplay
|
||||
|
||||
@@ -87,11 +87,11 @@ SharedSelection=true
|
||||
AllowDisabledPlayerInput=true
|
||||
OverrideSleepAfterTweenOffSeconds=true
|
||||
SleepAfterTweenOffSeconds=0
|
||||
ChoiceNames="1,2,3,4,5,6,7"
|
||||
DefaultChoice="1"
|
||||
NumChoicesOnPage1=100
|
||||
WrapCursor=true
|
||||
AllowRepeatingInput=true
|
||||
ChoiceNames="1,3,4,5,6,7"
|
||||
DefaultChoice="1"
|
||||
Choice1="applydefaultoptions;screen,ScreenProfileLoad;text,Game Start"
|
||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#define PRODUCT_ID_BARE StepMania4
|
||||
|
||||
// Version info displayed to the user
|
||||
#define PRODUCT_VER_BARE alpha1
|
||||
#define PRODUCT_VER_BARE April 1st
|
||||
|
||||
// A unique ID for a build of an application. This is used in crash reports and in the network code's version handling
|
||||
#define PRODUCT_ID_VER_BARE PRODUCT_ID_BARE PRODUCT_VER_BARE
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
; see ProductInfo.h for use descriptions
|
||||
!define PRODUCT_ID "StepMania4"
|
||||
!define PRODUCT_VER "alpha1"
|
||||
!define PRODUCT_VER "April 1st"
|
||||
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
||||
!define PRODUCT_BITMAP "sm4"
|
||||
|
||||
|
||||