PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
611 stars 56 forks source link

Scene.Event Next/Previous should loop #712

Closed davesmith00000 closed 2 months ago

davesmith00000 commented 3 months ago

If we reach the end of the Scene list, go back to the beginning. Maybe it's an argument? e.g.

SceneEvent.Next(loop = true)