Skip to content

Commit

Permalink
docs: Fixed link to deprecated property (#4033)
Browse files Browse the repository at this point in the history
Link to Tileset.imageFileName rather than the deprecated Tileset.image.
  • Loading branch information
bjorn authored Aug 18, 2024
1 parent 48eddd5 commit ca00fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting-doc/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3809,7 +3809,7 @@ declare class Tileset extends Asset {
*
* Optionally sets the source file of the image. This may be useful, but be careful since Tiled will try to reload the tileset from that source when the tileset parameters are changed.
*
* @note Usually you'll just want to assign the image file name to the {@link image} property!
* @note Usually you'll just want to assign the image file name to the {@link imageFileName} property!
*
* @warning This function has no undo!
*/
Expand Down

0 comments on commit ca00fa7

Please sign in to comment.