style: restore line length to 93%
This commit is contained in:
@@ -94,7 +94,7 @@ const M={aspect_ratio:"16:9",render_mode:"contain"};let GAME_ID='';
|
||||
const sx=Ca/640*W,sy=Cb/480*H,sr=Cr/640*W;
|
||||
if(i<Na){const p=i/(Na-1),a=d2r(As+(Ae-As)*p);return{x:sx+sr*Math.cos(a),y:sy+sr*Math.sin(a),r:a-Math.PI/2}}
|
||||
const ae=d2r(Ae),ex=sx+sr*Math.cos(ae),ey=sy+sr*Math.sin(ae),p=(i-Na+1)/(Nl-1);
|
||||
return{x:ex+p*(W*.75-ex),y:ey,r:0}
|
||||
return{x:ex+p*(W*.93-ex),y:ey,r:0}
|
||||
}
|
||||
|
||||
function draw(cur,max){
|
||||
|
||||
Reference in New Issue
Block a user