Skip to content

Commit

Permalink
docs: Be more specific about the "file" property type
Browse files Browse the repository at this point in the history
It is just a reference to a file, which is saved as a relative path.

Closes #3877
  • Loading branch information
bjorn committed Feb 2, 2024
1 parent f5452a3 commit a1d47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/custom-properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Tiled supports the following basic property types:

- **bool** (true or false)
- **color** (a 32-bit color value)
- **file** (a relative path referencing a file)
- **file** (a file reference, which is saved as a relative path)
- **float** (a floating point number)
- **int** (a whole number)
- **object** (a reference to an object) - *Since Tiled 1.4*
Expand Down

0 comments on commit a1d47e8

Please sign in to comment.