feat: start of Stereo Madness level (#42)

Co-authored-by: Djelal BOUDJI <djelal@gmail.com>
This commit is contained in:
djelalb
2025-03-04 08:54:58 +01:00
committed by GitHub
parent 7fd8691033
commit 7918d310b6
14 changed files with 761 additions and 121 deletions

View File

@ -9,6 +9,8 @@ public class LevelElement
public string type;
public float x;
public float y;
public float scaleX = -1;
public float scaleY = -1;
}
[System.Serializable]