niveau de sons
This commit is contained in:
parent
0317100e03
commit
6e1d582f5d
2 changed files with 2 additions and 0 deletions
|
@ -18,4 +18,5 @@ centered = false
|
|||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 3 )
|
||||
volume_db = -30.0
|
||||
autoplay = true
|
||||
|
|
|
@ -65,6 +65,7 @@ texture_focused = ExtResource( 5 )
|
|||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Principal"]
|
||||
position = Vector2( 512, 300 )
|
||||
stream = ExtResource( 8 )
|
||||
volume_db = -30.0
|
||||
autoplay = true
|
||||
[connection signal="pressed" from="Principal/MarginContainer/VBoxContainer/VBoxContainer/Jouer" to="Principal" method="_on_Jouer_pressed"]
|
||||
[connection signal="pressed" from="Principal/MarginContainer/VBoxContainer/VBoxContainer/Quitter" to="Principal" method="_on_Quitter_pressed"]
|
||||
|
|
Reference in a new issue