Tile Set Animation problem

Godot Version

4.6.1.stable.mono

Question

Hi all, I am learning Godot Tile Set Layer, but struggling in an animation problem, please help.

  1. How can I animated my tile from right to left? I am able to animate from left to right by tapping “Add Element” but it only pick the right tile or below tile if column is set to 1
  2. In the screenshot, imagine it is like a [A, B, C, D], where D is the current selection.
    I want the animation is D→ C→B→A→B→C→D Loop, how can i do it? (Like 0 to 1, then 1 to 0 rather than loop from 0 to 1 and reset to 0)

Thank you so much.

Asset used from