Skip to content

Commit

Permalink
Fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 16, 2024
1 parent 9859b4a commit c8da18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ typedef NeighbourLevel = {
Since 1.4.0, this value can also be `<` (neighbour depth is lower), `>` (neighbour depth is greater) or `o` (levels overlap and share the same world depth).
Since 1.5.3, this value can also be `nw`,`ne`,`sw` or `se` for levels only touching corners.
**/
@changed("1.4.0")
@changed("1.5.3")
var dir: String;
}

Expand Down

0 comments on commit c8da18d

Please sign in to comment.