From ce7d9431e2a729e90510a57a902119b77964b53e Mon Sep 17 00:00:00 2001 From: Sebastien Benard Date: Thu, 29 Aug 2024 16:18:24 +0200 Subject: [PATCH] UPD deprecated minifyJson --- src/ldtk/Json.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ldtk/Json.hx b/src/ldtk/Json.hx index 81be38b..48278c3 100644 --- a/src/ldtk/Json.hx +++ b/src/ldtk/Json.hx @@ -147,6 +147,7 @@ If you want to start supporting this future update easily, please refer to this /** If TRUE, the Json is partially minified (no indentation, nor line breaks, default is FALSE) **/ @internal + @deprecation("1.5.4", "1.7", "jsonStyle") var minifyJson: Bool; /** JSON style **/