lvl1 lvl2 lvl3

This commit is contained in:
MarcEricMartel
2022-10-12 13:32:38 -04:00
parent f02268b101
commit 8deb034f52
6 changed files with 181 additions and 8 deletions

View File

@@ -25,12 +25,12 @@ albedo_texture = ExtResource( 1 )
[sub_resource type="SpatialMaterial" id=5]
albedo_texture = ExtResource( 1 )
[sub_resource type="PanoramaSky" id=6]
[sub_resource type="PanoramaSky" id=9]
panorama = ExtResource( 6 )
[sub_resource type="Environment" id=7]
background_mode = 2
background_sky = SubResource( 6 )
background_sky = SubResource( 9 )
ambient_light_energy = 0.67
fog_enabled = true
fog_color = Color( 0.305882, 0.372549, 0.52549, 1 )
@@ -140,7 +140,6 @@ wait_time = 3.0
[node name="Music" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 9 )
volume_db = -3.0
autoplay = true
bus = "Music"
[connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"]