/new Update

This commit is contained in:
Jonathan Payne
2012-07-22 20:22:32 -07:00
parent 7d9441cbfe
commit 7fbfdb8904
19 changed files with 94 additions and 6 deletions
@@ -53,7 +53,8 @@ end;
end --]]
--
local t = Def.ActorFrame {}
-- Aux
t[#t+1] = LoadActor(THEME:GetPathB("ScreenSystemLayer","aux"));
-- Credits
t[#t+1] = Def.ActorFrame {
--[[ PlayerPane( PLAYER_1 ) .. {
@@ -85,7 +86,5 @@ t[#t+1] = Def.ActorFrame {
end;
HideSystemMessageMessageCommand = cmd(finishtweening);
};
-- Aux
t[#t+1] = LoadActor(THEME:GetPathB("ScreenSystemLayer","aux"));
return t;