...and the title screen logo.

I think we've got this.
This commit is contained in:
Jason Felds
2011-05-29 15:18:03 -04:00
parent 952c1603fe
commit 95e960e139
3 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

@@ -2,8 +2,8 @@
-- It should be noted that additional commands on the ActorFrame as a whole for
-- this file are in metrics.ini ([ScreenTitleMenu] ShowLogo, etc.)
local t = Def.ActorFrame{ -- [BGAnimation]
LoadActor("_ball"); -- [Layer1] Type=0 File=_ball.png
LoadActor("_ball")..{ -- [Layer2] Type=0 File=_ball.png
LoadActor("_logo"); -- [Layer1] Type=0 File=_ball.png
LoadActor("_logo")..{ -- [Layer2] Type=0 File=_ball.png
};
--[[LoadActor("_text")..{ -- [Layer3] Type=0 File=_text.png
InitCommand=cmd(y,48;hide_if,GAMESTATE:GetMultiplayer()); -- Command=y,48