Stuck cinematics

This commit is contained in:
2025-10-15 17:35:34 +02:00
parent dcd8dc63d0
commit b425d2b4f4
232 changed files with 37439 additions and 111 deletions

View File

@@ -1,8 +1,10 @@
using UnityEngine;
using AppleHills.Core.Settings;
using Input;
using AppleHills.Core.Settings;
using AppleHillsCamera;
using Cinematics;
using Core;
using Input;
using UnityEditor.Search;
using UnityEngine;
namespace Minigames.DivingForPictures
{
@@ -255,5 +257,6 @@ namespace Minigames.DivingForPictures
{
_originY = edgeAnchor.transform.position.y;
}
}
}