Hi! Thank you so much for creating this tool! I'm not sure if this is user error on my part (and sorry if so), but when I copied the folder into my game and ran the launcher, it threw this error:
I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/image_tools/image_attributes_tool.rpy", line 803: keyword argument 'align' is incompatible with 'xpos'. ypos sprt.SPACER*3 align (0.0, 0.0) ^ Ren'Py Version: Ren'Py 8.1.3.23091805 Mon Sep 25 11:13:23 2023
If I comment out
ypos sprt.SPACER*3 align (0.0, 0.0)
in image_attributes_tool.rpy (line 803), it runs just fine. I'm pretty new at ren'py (&python) so I'm not really sure what can be done to fix this.