Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -4,13 +4,7 @@ local t = Def.ActorFrame{};
|
||||
if GAMESTATE:IsEventMode() then
|
||||
t[#t+1] = LoadFont("Common normal")..{
|
||||
Text=Screen.String("EventMode");
|
||||
InitCommand=function(self)
|
||||
self:CenterX();
|
||||
self:y(SCREEN_BOTTOM - 72);
|
||||
self:zoom(0.75);
|
||||
self:diffuse(HSV(56,0.8,1));
|
||||
self:shadowlength(1);
|
||||
end;
|
||||
InitCommand=cmd(CenterX;y,SCREEN_BOTTOM-72;zoom,0.75;diffuse,HSV(56,0.8,1);shadowlength,1);
|
||||
};
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user