Skip to content

Implement Multiple Construction Queues and Cancelation Support #20

@rluders

Description

@rluders

📌 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

  • The ConstructionManager can manage multiple queues.
  • The UI allows interaction with specific queues.
  • The player can cancel an ongoing construction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions