Update, created most of the asset art for a single hat, my only issue is that i'm struggling with the code, I keep getting an error when the game tries to load asterion on the screen, getting this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_build05.rpy", line 20819, in script
you "If anything, I'd like you to accept that you're good.{w=0.4}
File "game/characters_images.rpy", line 69, in <module>
if Asterion.stage == "buff" and Asterion.hatwear != "none":
AttributeError: 'AsterionObject' object has no attribute 'hatwear'
--
I've inserted everything that other assets have, but it doesn't seem to want to work. does anyone have any idea?