📌 Description
Currently, the ConstructionManager only supports a single construction queue. To allow more flexibility, we need to implement support for multiple queues and add the ability to cancel constructions.
🎯 Goals
- Allow multiple construction queues per player or unit type.
- Implement a construction cancelation system.
- Improve UI interaction for queue management.
📂 Related Files
construction/construction_manager.gd
construction/queue_component.gd
✅ Acceptance Criteria
📌 Description
Currently, the
ConstructionManageronly supports a single construction queue. To allow more flexibility, we need to implement support for multiple queues and add the ability to cancel constructions.🎯 Goals
📂 Related Files
construction/construction_manager.gdconstruction/queue_component.gd✅ Acceptance Criteria
ConstructionManagercan manage multiple queues.