Merge with default
This commit is contained in:
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
|
-- It should be noted that additional commands on the ActorFrame as a whole for
|
||||||
-- this file are in metrics.ini ([ScreenTitleMenu] ShowLogo, etc.)
|
-- this file are in metrics.ini ([ScreenTitleMenu] ShowLogo, etc.)
|
||||||
local t = Def.ActorFrame{ -- [BGAnimation]
|
local t = Def.ActorFrame{ -- [BGAnimation]
|
||||||
LoadActor("_ball"); -- [Layer1] Type=0 File=_ball.png
|
LoadActor("_logo"); -- [Layer1] Type=0 File=_ball.png
|
||||||
LoadActor("_ball")..{ -- [Layer2] Type=0 File=_ball.png
|
LoadActor("_logo")..{ -- [Layer2] Type=0 File=_ball.png
|
||||||
};
|
};
|
||||||
--[[LoadActor("_text")..{ -- [Layer3] Type=0 File=_text.png
|
--[[LoadActor("_text")..{ -- [Layer3] Type=0 File=_text.png
|
||||||
InitCommand=cmd(y,48;hide_if,GAMESTATE:GetMultiplayer()); -- Command=y,48
|
InitCommand=cmd(y,48;hide_if,GAMESTATE:GetMultiplayer()); -- Command=y,48
|
||||||
|
|||||||
Reference in New Issue
Block a user