This commit is contained in:
RochesterX
2025-04-21 14:07:26 -04:00
parent 7e830e3548
commit 4184622f13
3 changed files with 1880 additions and 1460 deletions

View File

@@ -6,7 +6,7 @@ public class LightCycle : MonoBehaviour
{
public List<Color> colors;
public int targetColorIndex = 0;
public int targetColorIndex = 1;
public float speed = 1.0f;