fix Lua warning by removing redundant code
This commit is contained in:
@@ -1147,14 +1147,8 @@ ShowAutogen=true
|
|||||||
AutogenX=-132
|
AutogenX=-132
|
||||||
AutogenY=0
|
AutogenY=0
|
||||||
AutogenOnCommand=
|
AutogenOnCommand=
|
||||||
AutogenSetCommand=%function(self,param) \
|
AutogenSetCommand=finishtweening
|
||||||
if param.Steps:IsAutogen() then \
|
AutogenTweenOnCommand=finishtweening;decelerate,0.25;zoom,1
|
||||||
self:finishtweening(); \
|
|
||||||
else \
|
|
||||||
self:finishtweening(); \
|
|
||||||
end \
|
|
||||||
end;
|
|
||||||
AutogenTweenOnCommand=finishtweening;decelerate,0.25;zoom,1;
|
|
||||||
AutogenTweenOffCommand=finishtweening;bounceend,0.2;zoomx,8;zoomy,0
|
AutogenTweenOffCommand=finishtweening;bounceend,0.2;zoomx,8;zoomy,0
|
||||||
#
|
#
|
||||||
ShowStepsType=ThemePrefs.Get("AutoSetStyle")
|
ShowStepsType=ThemePrefs.Get("AutoSetStyle")
|
||||||
|
|||||||
Reference in New Issue
Block a user