oh fuck im gonna have to learn to clean up previous commits

This commit is contained in:
2025-07-18 23:14:51 +10:00
parent a6c503b8ff
commit 4a26cf0ddb
54 changed files with 1066 additions and 163 deletions

View File

@@ -11,7 +11,7 @@ func _ready() -> void:
super._ready()
attack_range = stats.get_attribute("Range")
raycast.target_position = Vector3(0, 0, -attack_range)
range_debug_indicator.radius = attack_range
#range_debug_indicator.radius = attack_range
raycast.global_position = hero.camera.global_position

View File

@@ -87,7 +87,7 @@ func release_second_trigger() -> void:
func shoot() -> void:
animator.play("shoot")
#animator.play("shoot")
audio_player.play()
recharging = false
recharge_speed = 0.0