2012-08-01 23:15:05 -07:00
|
|
|
return Def.ActorFrame {
|
2013-07-02 18:22:43 -04:00
|
|
|
Def.Quad {
|
|
|
|
|
InitCommand=function(self)
|
|
|
|
|
self:zoomto(48, 24);
|
|
|
|
|
self:diffuse(PlayerColor(PLAYER_1));
|
|
|
|
|
end;
|
|
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
|
|
|
|
Text="P1";
|
|
|
|
|
};
|
2012-08-01 23:15:05 -07:00
|
|
|
};
|