Button objects are useful for quickly creating styled buttons with rounded corners and outlines.
Keep in mind that on-click and hover functionalities work on all objects, so it is possible to make any object, like work as a button. See for more information.
## object name, you can set this to anything that is uniquebutton1:## object type, in this case buttontype:button## x and y positions relative to the parentposition:0 0## width and height of the objectsize:128 64## color of the buttoncolor:blue## corner radius (roundness of corners)corner-radius:0## the color of the outline the button has (can be set to none to be disabled) ## (can be entered as hex, rgb, or the name of the color)outline-color:none## the width of the outline in pixelsoutline-width:2## functions that the object executes when clickedon-click:function1:type:send_messagemessage:'You clicked a button!'## functions that the object executes when hoveredon-hover:## functions that the object executes when exiting hover stateoff-hover: