since in theory we can use the default theme for multiple gametypes, add a notification of current gametype.

This commit is contained in:
AJ Kelly
2007-04-02 16:59:59 +00:00
parent 3608aaa0c5
commit 59902632fc
@@ -15,6 +15,10 @@ local children = {
self:settext( text )
end;
};
LoadFont("Common", "normal") .. {
Text="Current Gametype: "..GAMESTATE:GetCurrentGame():GetName();
OnCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+36;horizalign,left;diffuse,0.6,0.6,0.6,1;zoom,0.5;shadowlength,2);
};
}
return Def.ActorFrame { children = children };