Shooting sound scene.

remotes/1705382094874458415/tmp_refs/heads/godot4-port
unfa 2020-09-18 00:11:59 +02:00
parent cac43ba3e3
commit ae28e5d254
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,15 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Weapons/Handgun/Handgun.gltf" type="PackedScene" id=1]
[ext_resource path="res://Assets/Weapons/Weapon.gd" type="Script" id=2]
[ext_resource path="res://Assets/SFX/Weapons-Handgun-Shoot.wav" type="AudioStream" id=3]
[node name="Weapon" type="Spatial"]
script = ExtResource( 2 )
[node name="Handgun" parent="." instance=ExtResource( 1 )]
[node name="SoundShoot" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource( 3 )
[editable path="Handgun"]