# File lib/rubygame/rect.rb, line 342
        def midbottom=(midbottom)
                self.centerx, self.bottom = midbottom
                return midbottom
        end