added edit menu arrows and fixed/added missing metrics
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,10,10;y,-5;skewx,-1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,10,10;y,5;skewx,1);
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,10,10;y,-5;skewx,1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,10,10;y,5;skewx,-1);
|
||||
};
|
||||
}
|
||||
@@ -3171,6 +3171,7 @@ RemoveCardP2OffCommand=
|
||||
[ScreenPrompt]
|
||||
Class="ScreenPrompt"
|
||||
Fallback="ScreenWithMenuElementsBlank"
|
||||
PrevScreen="ScreenEdit"
|
||||
TimerSeconds=-1
|
||||
|
||||
QuestionX=SCREEN_CENTER_X
|
||||
|
||||
Reference in New Issue
Block a user