1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-07 01:43:35 +08:00

Update README.md

This commit is contained in:
Digvijaysinh Gohil 2023-11-21 20:56:51 +05:30
parent 5886216412
commit 099e140934

View File

@ -277,7 +277,7 @@ ___
Default value for uv input will be vec2(0, 0) for shader modes <i>PARTICLES</i>, <i>SKY</i> and <i>FOG</i> to avoid errors becouse UV variable is not available for these modes.
<details>
<summary><h3>Flipbook node</h3></summary>
Creates a flipbook, or texture sheet animation, of the UVs supplied to input UV. The amount of tiles on the sheet are defined by the values of the inputs <b><i>rows</i></b> and <b><i>columns</i></b>.<br>
Creates a flipbook, or texture sheet animation, of the UVs supplied to input UV. The amount of tiles on the sheet are defined by the values of the inputs <b><i>rows</i></b> and <b><i>columns</i></b>.<br><br>
<i>This node is only available in shader modes SPATIAL and CANVAS ITEM.</i>
This node can be used to create a texture animation functionality, commonly used for particle effects and sprites.
<hr>