Tutorials completed.
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=14 format=2]
|
||||
[gd_scene load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://Effects/Effect.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Effects/EnemyDeathEffect.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Music and Sounds/EnemyDie.wav" type="AudioStream" id=3]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 2 )
|
||||
@ -56,3 +57,7 @@ frames = SubResource( 11 )
|
||||
animation = "Animate"
|
||||
offset = Vector2( 0, -8 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 3 )
|
||||
autoplay = true
|
||||
|
@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://Effects/Effect.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Effects/HitEffect.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Music and Sounds/Hit.wav" type="AudioStream" id=3]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 2 )
|
||||
@ -24,3 +25,7 @@ frames = SubResource( 3 )
|
||||
animation = "Animate"
|
||||
offset = Vector2( 0, -8 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 3 )
|
||||
autoplay = true
|
||||
|
Reference in New Issue
Block a user