From c8da18df3221f3fc2cd1af812f798107bbf2ada7 Mon Sep 17 00:00:00 2001 From: Sebastien Benard Date: Tue, 16 Jan 2024 09:21:26 +0100 Subject: [PATCH] Fixed doc --- src/ldtk/Json.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldtk/Json.hx b/src/ldtk/Json.hx index ec5bc4a..65bddf0 100644 --- a/src/ldtk/Json.hx +++ b/src/ldtk/Json.hx @@ -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; }