Hello, first of all. Thank you for the time and effort you've dedicated to creating renpy tools and guides. Its wonderful. Next, I was trying out the layered image mask code to see what I could do with it, but I kept running into an issue. Anytime I try to use:
LayeredImageMask()
to define something, I get the following error
AttributeError: 'MultiBox' object has no attribute '_choose_attributes'
would you happen to know why that is?