Moved Doubles Premium and Insert Coins for all players graphics down off the logo and made Doubles Premium graphic fit on screen.

This commit is contained in:
Mike Calfin
2008-07-26 07:04:45 +00:00
parent 08a504dd8d
commit de70191a00
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
local t = Def.ActorFrame {
LoadActor( "../ScreenTitleMenu overlay" );
LoadActor( "pay" ) .. {
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y-60;diffuseshift;effectcolor1,0.5,0.5,0.5,1;effectcolor2,1,1,1,1);
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+120;diffuseshift;effectcolor1,0.5,0.5,0.5,1;effectcolor2,1,1,1,1);
Condition = GAMESTATE:GetCoinMode() == "CoinMode_Pay";
};
LoadActor( "jp" ) .. {
@@ -23,7 +23,7 @@ local t = Def.ActorFrame {
TilesStartY = 380;
TilesSpacingY = 10000;
TileVelocityX = -300;
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+50);
Condition = GAMESTATE:GetPremium() == "Premium_DoubleFor1Credit";
};
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB