c872bb311c
This reverts commit 2d5d45e365.
8 lines
163 B
Lua
8 lines
163 B
Lua
return Def.ActorFrame {
|
|
Def.Quad {
|
|
InitCommand=cmd(zoomto,48,24;diffuse,PlayerColor(PLAYER_1));
|
|
};
|
|
LoadFont("Common Normal") .. {
|
|
Text="P1";
|
|
};
|
|
}; |