Hello everyone,
I have a weird problem with the set_hflip method.
so my character is facing in the right direction. Now I add this single line into the update function:
sprite.set_hflip("#char_sprite", 1)
and it flips the sprite as it should.
But when I change the line:
sprite.set_hflip("#char_sprite", 0)
it is still flipping the sprite. Only if I remove the code line entirely it sets the char_sprite back to normal. Am I missing something?
Thanks in advance!
Luca