lib/texture_packer.rb in texture_packer-1.3.0 vs lib/texture_packer.rb in texture_packer-1.4.0

- old
+ new

@@ -1,9 +1,12 @@ require 'texture_packer/version' class TexturePacker + attr_reader :dir_name attr_reader :base_dir_name attr_reader :dir_without_theme + attr_reader :output_paths_mapping + attr_reader :has_mobile def initialize(dir_name, output_paths_mapping, content, has_mobile) @output_paths_mapping = output_paths_mapping @content = content.dup @has_mobile = has_mobile