Finish setting up the basic album layout

This commit is contained in:
Michal Pikulski
2025-11-06 01:25:13 +01:00
parent 50c0a12391
commit b17ba7bd98
24 changed files with 4838 additions and 1829 deletions

View File

@@ -2,8 +2,7 @@
using UnityEngine.UI;
using UnityEditor;
using UnityEditorInternal;
using System;
using BookCurlPro;
namespace BookCurlPro.BookEditor
{
[CustomEditor(typeof(BookPro))]