# File lib/rubygame/rect.rb, line 251 def centery=(y); self[1] = y- (self.at(3).div(2)); return y; end