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:
@@ -1,7 +1,7 @@
|
|||||||
local t = Def.ActorFrame {
|
local t = Def.ActorFrame {
|
||||||
LoadActor( "../ScreenTitleMenu overlay" );
|
LoadActor( "../ScreenTitleMenu overlay" );
|
||||||
LoadActor( "pay" ) .. {
|
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";
|
Condition = GAMESTATE:GetCoinMode() == "CoinMode_Pay";
|
||||||
};
|
};
|
||||||
LoadActor( "jp" ) .. {
|
LoadActor( "jp" ) .. {
|
||||||
@@ -23,7 +23,7 @@ local t = Def.ActorFrame {
|
|||||||
TilesStartY = 380;
|
TilesStartY = 380;
|
||||||
TilesSpacingY = 10000;
|
TilesSpacingY = 10000;
|
||||||
TileVelocityX = -300;
|
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";
|
Condition = GAMESTATE:GetPremium() == "Premium_DoubleFor1Credit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user