shortening the triangle would make it less noticeable...
From line 169:
g.fillPoly([x,y, x+Math.cos(ang-a)*8, y+Math.sin(ang-a)*8, x+Math.cos(ang+a)*8, y+Math.sin(ang+a)*8]);
And the pacman trajectory radius could be increased also: line 162: var r = 109;
var r = 109;
@Jean-Philippe_Rey started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
From line 169:
And the pacman trajectory radius could be increased also:
line 162:
var r = 109;