QoW

What’s QoW in the context of QoL?

QoW image

QoW=(mouseX/3); // from 0-300 to 0-100
QoL=(mouseY/3); // from 0-300 to 0-100
var QoWperc=QoW*0.01;
var QoLperc=QoL*0.01;
QoW*=QoLperc;
QoL*=QoWperc;

Leave a Reply

You must be logged in to post a comment.