NEW-CYLANDIA / little-warioware

A collectively developed take on Nintendo's WarioWare series, made in Godot Engine
https://new-cylandia.itch.io/little-warioware
MIT License
44 stars 12 forks source link

single microgame should repeat infinitely when testing per-scene #15

Closed iznaut closed 1 year ago

iznaut commented 1 year ago

when in Godot, doing a "Play Scene" while working on a microgame, the project should be smart enough to know you're in the development phase and will want to play it on repeat for testing purposes.

currently, it seems to shuffle through all games instead of limiting it to only the active one.

paulloz commented 1 year ago

I'm already working on the loop, so I'll do that at the same time.