Added decent remix system
This commit is contained in:
6
Scripts/Features/Radar/radar.gd
Normal file
6
Scripts/Features/Radar/radar.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name RadarFeature
|
||||
extends Feature
|
||||
|
||||
|
||||
func attach_to_tower(tower_stats: CardText) -> void:
|
||||
tower_stats.target_type.append(Data.TargetType.AIR)
|
||||
Reference in New Issue
Block a user