[Bootstrap] Redo scenes with bootstrapper

This commit is contained in:
Michal Pikulski
2025-09-07 14:18:17 +02:00
parent d20004238d
commit f161d0069b
15 changed files with 260 additions and 736 deletions

View File

@@ -57,7 +57,7 @@ public class Pickup : MonoBehaviour
/// <summary>
/// Draws gizmos for pickup interaction range in the editor.
/// </summary>
void OnDrawGizmos()
/*void OnDrawGizmos()
{
float playerStopDistance = GameManager.Instance.PlayerStopDistance;
Gizmos.color = Color.yellow;
@@ -69,7 +69,7 @@ public class Pickup : MonoBehaviour
Gizmos.color = Color.cyan;
Gizmos.DrawSphere(stopPoint, 0.15f);
}
}
}*/
#endif
/// <summary>