# File lib/rubygame/rect.rb, line 241
        def centerx=(x); self[0] = x - (self.at(2).div(2)); return x; end