son partout
This commit is contained in:
parent
65cbfc657c
commit
5c0404ffc0
1 changed files with 4 additions and 4 deletions
|
@ -39,6 +39,10 @@ current = true
|
|||
zoom = Vector2( 0.6, 0.6 )
|
||||
smoothing_enabled = true
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Joueur/Camera2D"]
|
||||
stream = ExtResource( 7 )
|
||||
autoplay = true
|
||||
|
||||
[node name="Light2D" type="Light2D" parent="Joueur"]
|
||||
position = Vector2( -20, 30 )
|
||||
texture = ExtResource( 6 )
|
||||
|
@ -164,8 +168,4 @@ tile_data = PoolIntArray( -1376258, 0, 0, -1376257, 0, 0, -1441792, 0, 0, -14417
|
|||
|
||||
[node name="CanvasModulate" type="CanvasModulate" parent="."]
|
||||
color = Color( 0.27451, 0.27451, 0.27451, 1 )
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource( 7 )
|
||||
autoplay = true
|
||||
[connection signal="body_entered" from="Joueur/Area2D" to="Joueur" method="_on_Area2D_body_entered"]
|
||||
|
|
Reference in a new issue