Button

It is a interactable button
Properties
Methods

const myButton = $.makeButton(200,100,100,50, "Button");

function update() {
    myButton.draw();
} // update()