# File lib/rubygame/rect.rb, line 273
        def bottomleft=(bottomleft)
                self[0], self.bottom = bottomleft
                return bottomleft
        end