15 lines
391 B
Text
15 lines
391 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://game.gd" type="Script" id=1]
|
|
|
|
[node name="Game" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollecitbleSound" type="AudioStreamPlayer" parent="."]
|
|
volume_db = -8.0
|
|
|
|
[node name="JumpSound" type="AudioStreamPlayer" parent="."]
|
|
volume_db = -12.0
|
|
|
|
[node name="ClimbSound" type="AudioStreamPlayer" parent="."]
|
|
volume_db = -12.0
|