Book now sets the pages camera to the books camera.
This commit is contained in:
@@ -92,6 +92,7 @@ namespace RecrownedAthenaeum.UI.BookSystem
|
||||
{
|
||||
foreach (Page page in pages)
|
||||
{
|
||||
page.camera = camera;
|
||||
page.Initialize(assets, skin);
|
||||
this.pages.Add(page.Name, page);
|
||||
}
|
||||
|
Reference in New Issue
Block a user