Added active state for SelectedSectorIndicator

This commit is contained in:
2025-12-09 15:59:02 +03:00
parent 250a36bab3
commit cddd07695d
23 changed files with 168 additions and 125 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ signal activity_changed(is_active: bool)
enum SectorType {
EmptySector,
ShopSector,
RepairSector,
DebrisSector,
@@ -20,7 +19,7 @@ enum SectorType {
@export var seed_value : int = 0
@export var type : SectorType = SectorType.EmptySector
@export var type : SectorType = SectorType.DebrisSector
var is_active: bool = true: