Add backbone for card creation and implement Camera minigame mechanics

This commit is contained in:
Michal Pikulski
2025-10-10 14:31:51 +02:00
parent d9039ce655
commit 0c5546efd2
107 changed files with 10490 additions and 280 deletions

View File

@@ -31,7 +31,7 @@ public class RopeEndPhysicsFollower : MonoBehaviour
private Vector2 offset;
private Vector3 lastTargetPosition;
private bool initialized = false;
private bool debugLog = true;
private bool debugLog = false;
// Rope reference to get the actual rope length
private Rope attachedRope;