change StyleIcon position as not to be covered by the music wheel
This commit is contained in:
@@ -3,8 +3,8 @@ if not THEME:GetMetric(Var "LoadingScreen", "StyleIcon") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
local t = LoadActor( THEME:GetPathG(Var "LoadingScreen", "StyleIcon") ) .. {
|
local t = LoadActor( THEME:GetPathG(Var "LoadingScreen", "StyleIcon") ) .. {
|
||||||
BeginCommand = cmd(x,SCREEN_CENTER_X+817;y,SCREEN_TOP+26);
|
BeginCommand = cmd(x,SCREEN_CENTER_X+8;y,SCREEN_TOP-11);
|
||||||
OnCommand = cmd(draworder,97;spring,0.5;addx,-SCREEN_WIDTH);
|
OnCommand = cmd(draworder,200;linear,0.25;addy,33);
|
||||||
OffCommand = cmd(bouncebegin,0.5;addx,SCREEN_WIDTH);
|
OffCommand = cmd(linear,0.25;addy,-44);
|
||||||
};
|
};
|
||||||
return t;
|
return t;
|
||||||
|
|||||||
Reference in New Issue
Block a user