Client for playing 300 publicly available Sokoban puzzles on a computer or phone.
on.save_settings = function()
	return {
		font_height = Font_height,
		foreground_color = Foreground_color,
		background_color = Background_color,
		loaded_filenames = filenames_from_all_panes(),
	}
end