Replace text entry quad with sprite.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
return Def.Quad {
|
return Def.ActorFrame
|
||||||
InitCommand=cmd(diffuse,0.5,0.5,1,0.7;zoomtowidth,300;zoomtoheight,24;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20);
|
{
|
||||||
};
|
LoadActor( THEME:GetPathG("", "OptionRowSimple Frame (doubleres)") ) ..
|
||||||
|
{
|
||||||
|
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user