This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends AnimationPlayer | |
# HOW TO USE: | |
# Add this to an AnimationPlayer | |
# Make sure to set the interp mode on the node in the editor. | |
# | |
# Make sure to also set the FPS on the animation import as well. | |
# If you want to animate on 2s then set the fps to 12 or 15 and | |
# set Interp Mode to NEAREST |
OlderNewer