Thank you! The scoring algorithm mostly just compares the original and fake pixel-by-pixel, so if you add a small detail but it's a few pixels away from where it should be, it might dock points for that even if the feature itself is correct. The way to fix that is to use an actual image similarity algorithm. They're out there, but I didn't have time to translate one into GDScript for the jam, lol. Thanks for playing!