Class: RGSS::TMX::Tileset

Inherits:
MapObject show all
Defined in:
lib/rgss/tilemap.rb

Instance Attribute Summary

Attributes inherited from MapObject

#properties

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from MapObject

#parse_color

Constructor Details

#initialize(node) ⇒ Tileset

Returns a new instance of Tileset.



104
105
106
107
# File 'lib/rgss/tilemap.rb', line 104

def initialize(node)
  super(node)

end

Class Method Details

.load(path) ⇒ Object



100
101
102
# File 'lib/rgss/tilemap.rb', line 100

def self.load(path)

end

.parse(xml) ⇒ Object



96
97
98
# File 'lib/rgss/tilemap.rb', line 96

def self.parse(xml)

end