Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits) (+1)

Awesome!!!

PSA: Since the Scale Filter variable has changed from Boolean (true or false) to binary, those that used it before will find it defaults to "Nearest pixel" in this version. A workaround if you need to restore many layers is to edit your .xml file (must NOT have been saved with this version) with a text editor and replace :

Replace:With:
scaleFilter="false"
scaleFilter="1"
scaleFilter="true"scaleFilter="0"

^Fixed

(+1)

Oh no! That's entirely my fault with the settings loading. I'll fix that asap!

(+1)

With version 13.611 it should not have this issue any more (and hopefully still work if you'd saved it with the new numbers instead of booleans)

By the way - either "false" or "true" would have resulted in the program reading "0" because it was (incorrectly) expecting an integer value in the XML, not a boolean. So, scaleFilter=1 should have meant true and 0 should mean false.

Doesn't matter any more since the xml should now be back to saying "true" or "false" as intended!