# File tile.rb, line 80
    def resize(w, h)
      @x2 = @x1 + w
      @y2 = @y1 + h
    end