Echo JS 0.11.0

<~>
foxdonut 1823 days ago. link 1 point
I'm guessing it's line 113:

if (e.touches.length == 4) targets[0].alive = false;

So if you 4-finger touch the screen it automatically kills the first target, is that it? I couldn't get that to work.

Replies