adjusted all character ids

This commit is contained in:
tom.hempel
2025-11-11 23:50:54 +01:00
parent 37debfb618
commit 000a2d5b05
16 changed files with 49 additions and 19 deletions

View File

@ -7,7 +7,7 @@ public class TaskTimer : MonoBehaviour
{
[Header("Timer Settings")]
[Tooltip("Total time for the task in seconds")]
public float taskDuration = 300f; // 5 minutes default
public float taskDuration = 1200f; // 5 minutes default
[Tooltip("Start timer automatically on scene load")]
public bool autoStart = true;