Added decent remix system

This commit is contained in:
2025-08-23 20:27:22 +10:00
parent 57a57d2b91
commit 16c92a4903
68 changed files with 885 additions and 678 deletions

View File

@@ -24,6 +24,7 @@ var small_speed_buff_timer: float = 0.0
func _ready() -> void:
stats = stats.tower_features_applied()
time_between_shots = stats.get_attribute("Fire Delay")
effect.damage = int(stats.get_attribute("Damage"))
target_range = stats.get_attribute("Range")