Create clickable at a specific location
Created by: AndrasGG
Hi @lartu! This is my first ever contribution to anything to github, I really hope it works. I thought it would be nice to create this clickables optionally with a coordinate pair. So:
myButton = new Clickable(200,300);
would do the same as:
myButton = new Clickable();
myButton.locate(200,300);