DigvijaysinhGohil / Godot-Shader-Lib

Visual shader node library for Godot engine.
MIT License
129 stars 6 forks source link

Issues with the flipbook node and tile index #4

Closed TheG0oseMan closed 6 months ago

TheG0oseMan commented 6 months ago

Ive downloaded the addon through the Asset Library to animate my particles without using the billboard setting. I use the Godot version 4.1.1 stable. Here is my Shader:

image

It scales properly and I can adjust the speed for the animation, but the tile order is not what I expect it to be. With the settings shown on the screenshot - flipbook goes in the following order: 1,2,3 7,8,9 4,5,6. If I set the start frame as 0 the flipbook will start from 7, if I set it at 1 it will start from 8.

DigvijaysinhGohil commented 6 months ago

Issue has been resolved in Shader-Lib version 1.2.2 and version 2.0.2.