sorcery  form.lua at tip

File lib/form.lua from the latest check-in


return sorcery.lib.class {
	construct = function(elts) return {
		render = function()
			local form = 'formspec_version[3] real_coordinates[true]'
		end;
	} end;
}