D2k Starport

- OG fly path and Frigate behaviour
- BulkProductionQueue
- ProductionStarport trait
- OG palette widget behavior for Bulk queue
- Purchase button for each BulkProduction
- Delivery timer for each BulkProduction
This commit is contained in:
N.N
2024-05-02 13:07:34 +02:00
committed by Gustas Kažukauskas
parent fcae6a26d1
commit 18870cbb03
17 changed files with 825 additions and 54 deletions

View File

@@ -59,6 +59,9 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Delay (in ticks) before continuing after unloading a passenger.")]
public readonly int AfterUnloadDelay = 25;
[Desc("Delay (in ticks) before each passenger is unloaded.")]
public readonly int BetweenUnloadDelay = 0;
[CursorReference]
[Desc("Cursor to display when able to unload the passengers.")]
public readonly string UnloadCursor = "deploy";