Is there a way to add ‘tags’ to the timeline of godot?
I want to be able to tag certain timestamps in my godot animation player, and possibly query for the previous/next timestamps
I’ve tried using “call” track to simulate tags (i.e. by calling code) but it doesn’t really allow for querying the timestamps