bisschen gui bisschen moving timeline

This commit is contained in:
2026-07-29 22:54:19 +02:00
parent 9824b30435
commit 0bb8ce47c0
13 changed files with 240 additions and 119 deletions

View File

@@ -4,9 +4,6 @@ using Godot;
[SceneTree]
public partial class DaySchedule : PanelContainer
{
[Export]
private Company _company;
[Export]
private int _hoursInDay = 6;
@@ -21,4 +18,9 @@ public partial class DaySchedule : PanelContainer
TimeSlotContainer.AddChild(timeSlot);
}
}
public void StartDay()
{
CurrentTimeLine.Running = true;
}
}