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