Question: how would I attach a custom signal to say, every time a parallax repeats? I am finishing up some global stat keeping for my game and I noticed there's not a signal for say, every time the animation resets. Ideas?
SnapCracklins Someone may have a better answer but I have some AnimatedSprites on my parallax layer so I just attached a VisibilityNotifier2D to it and changed the variable whenever it enters view. Other answers still welcome however.