11 lines
201 B
Lua
11 lines
201 B
Lua
return Def.ActorFrame {
|
|
Def.Quad {
|
|
InitCommand=function(self)
|
|
self:zoomto(48, 24);
|
|
self:diffuse(PlayerColor(PLAYER_1));
|
|
end;
|
|
};
|
|
LoadFont("Common Normal") .. {
|
|
Text="P1";
|
|
};
|
|
}; |