Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
run_button = function(x, y)
	styled_button('run', x,y, press_run_button, not Is_mobile and Show_code and 'F1')
	local w = Font:getWidth('run')+10
	return x+w+10, y
end