RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
546 stars 31 forks source link

Fix looping behaviour for pingpong animation #254

Open bullno1 opened 5 days ago

bullno1 commented 5 days ago

The sprite would loop properly in ping pong mode.

If loop is set to false, it will bounce back once and stop.