luncher: improving engage animations

This commit is contained in:
Andy Williams 2017-03-16 22:57:03 +00:00
parent 4d13273e3b
commit 01972e5e25
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ group { name: "e/gadget/luncher/icon";
new Float:zoom = 1.75;
new Float:scale = zoom - (abs(cursorpos-(iconpos+size/2)) / (size*4));
if (scale < 1.0) scale = 1.0;
if (scale > zoom) scale = zoom;
return scale;
}