mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
better sound effects
This commit is contained in:
parent
f2cb94d4e3
commit
5503c2d05a
146 changed files with 1189 additions and 88 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://Pegs/HitParticles.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Effects/greenParticle.png" type="Texture" id=2]
|
||||
[ext_resource path="res://SFX/greenExplodes.wav" type="AudioStream" id=3]
|
||||
[ext_resource path="res://Pegs/Green/HitSFX.gd" type="Script" id=4]
|
||||
|
||||
[sub_resource type="ParticlesMaterial" id=1]
|
||||
emission_shape = 1
|
||||
|
|
@ -30,3 +32,9 @@ local_coords = false
|
|||
process_material = SubResource( 1 )
|
||||
texture = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="HitSFX" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource( 3 )
|
||||
autoplay = true
|
||||
bus = "SFX"
|
||||
script = ExtResource( 4 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue