@@ -1,11 +1,8 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:zoomto(48, 24);
|
||||
self:diffuse(PlayerColor(PLAYER_1));
|
||||
end;
|
||||
};
|
||||
LoadFont("Common Normal") .. {
|
||||
Text="P1";
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,48,24;diffuse,PlayerColor(PLAYER_1));
|
||||
};
|
||||
LoadFont("Common Normal") .. {
|
||||
Text="P1";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user