feat: manage rotation z on level json

This commit is contained in:
Djelal BOUDJI
2025-05-17 19:35:35 +02:00
parent dc442e2acb
commit ca831d77f0
3 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,7 @@ public class LevelElement
public float y;
public float scaleX = -1;
public float scaleY = -1;
public float rotationZ = 0;
}
[System.Serializable]