Sound effects
This commit is contained in:
parent
6ea21b3181
commit
6671b455c4
17 changed files with 94 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/Effects/Effect.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Assets/Effects/ExplosionEffect.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Scenes/Effects/ExplosionEffect.gd" type="Script" id=3]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "Animate"
|
||||
|
@ -34,6 +35,7 @@ tracks/1/keys = {
|
|||
}
|
||||
|
||||
[node name="ExplosionEffect" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
texture = ExtResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue