Hey enjoyed playing this one :) Curious how you did the art comparison, I used godot's compute_image_metrics.
Is this achieved by just comparing each blocks values of colour?
Hey enjoyed playing this one :) Curious how you did the art comparison, I used godot's compute_image_metrics.
Is this achieved by just comparing each blocks values of colour?
Hey, I just compared the modulate values of each pixel in an array. If you want to see how I did it my source code is here at https://github.com/ccbentley/ArtfulDeceptions.