Closed fowlmouth closed 13 years ago
Fails because of this line 59 of traits/bounding_box.rb
width, height = self.size
replace with
width, height = self.width, self.height
and Text and normal GameObjects work
fixed in https://github.com/ippa/chingu/commit/cae83fa85e1538117b415c93cc956bd8f4da4155
Fails because of this line 59 of traits/bounding_box.rb
replace with
and Text and normal GameObjects work