april fools build

This commit is contained in:
Chris Danford
2009-04-01 11:35:04 +00:00
parent 0d01be5181
commit 744881d263
13 changed files with 10 additions and 6 deletions
Binary file not shown.

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;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 223 KiB

+1 -1
View File
@@ -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
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"