CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Fixing autoplay lights #268

Closed CobeyH closed 1 year ago

CobeyH commented 1 year ago

The autoplay sequence keeps breaking because it uses a proprietary way of turning on/off the lights instead of using the standard way. I completely overhauled how to autoplay sequence works so that it uses standard mechanisms. It now sends sends a sequence of toggle lights events on the ToggleLightEventSO channel to turn the lights on and off.

Resolves #248