added remix support for weapon tracks

This commit is contained in:
2025-10-20 21:29:17 +11:00
parent 1494026aac
commit 28b2172bc8
7 changed files with 192 additions and 53 deletions

View File

@@ -28,6 +28,7 @@ var duration: int = 0
func _ready() -> void:
recharge_timer.wait_time = Data.weapon_recharge_delay
stats = stats.weapon_features_applied()
time_between_shots = stats.get_attribute("Fire Delay")
damage = int(stats.get_attribute("Damage"))
#energy_cost = stats.get_attribute("Energy")