Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
unstash_button = function(x,y, r)
	return overflowable_button('unstash', x, y, r, press_unstash_button)
end