422 B
422 B
setMonitorScale
Changes the scale on the the monitor which the frame is attached to
Parameters:
numberA number from 0.5 to 5
Returns:
frameThe frame being used
Usage:
- Creates a new base frame, sets the frame as a monitor frame and changes the monitor scale
local myFrame = basalt.createFrame()setMonitor("left"):setMonitorScale(2)
myFrame:addLabel("Monitor scale is bigger")