text(key, url, overwrite) → {Phaser.Loader}
Adds a Text file to the current load queue. The file is not loaded immediately after calling this method. The file is added to the queue ready to be loaded when the loader starts. The key must be a unique String. It is used to add the file to the Phaser.Cache upon successful load. Retrieve the file via Cache.getText(key) The URL can be relative or absolute. If the URL is relative the Loader.baseURL and Loader.path values will be prepended to it. If