Skip to content

Commit

Permalink
Fix bus
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor-g committed Jan 30, 2022
1 parent 3adcb6a commit d5e0116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Enemy/EnemyExplosion.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
shader = ExtResource( 2 )
shader_param/left = Vector3( 1, 1, 1 )
shader_param/right = Vector3( 0, 0, 0 )
shader_param/barrier_x = 512.0
shader_param/x_offset = 0.0

[node name="EnemyExplosion" type="CPUParticles2D"]
material = SubResource( 1 )
Expand All @@ -23,3 +23,4 @@ initial_velocity_random = 0.78
script = ExtResource( 1 )

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
bus = "SFX"

0 comments on commit d5e0116

Please sign in to comment.