feat: improved enemy accuracy, simplified code and removed miss-before-hit
This commit is contained in:
parent
5246e47f85
commit
1e1af4344d
3 changed files with 23 additions and 15 deletions
|
|
@ -113,4 +113,14 @@ autoplay = true
|
|||
max_distance = 13.36
|
||||
panning_strength = 0.17
|
||||
|
||||
[node name="DroneSound2" type="AudioStreamPlayer3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
stream = ExtResource("2_8cpm2")
|
||||
attenuation_model = 2
|
||||
volume_db = 1.0
|
||||
unit_size = 27.02
|
||||
autoplay = true
|
||||
max_distance = 13.36
|
||||
panning_strength = 0.17
|
||||
|
||||
[editable path="CharacterModel"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue