Skip to content

Commit

Permalink
Add Troll Mob audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher9 committed Feb 22, 2023
1 parent 46b90a6 commit 06a9985
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 4 deletions.
Binary file added poofarmer/Audio/Enemies/Troll 1.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions poofarmer/Audio/Enemies/Troll 1.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[remap]

importer="wav"
type="AudioStreamSample"
path="res://.import/Troll 1.wav-da6b6f62a5a234eca5cc8e4a9b889403.sample"

[deps]

source_file="res://Audio/Enemies/Troll 1.wav"
dest_files=[ "res://.import/Troll 1.wav-da6b6f62a5a234eca5cc8e4a9b889403.sample" ]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added poofarmer/Audio/Enemies/Troll Attack.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions poofarmer/Audio/Enemies/Troll Attack.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[remap]

importer="wav"
type="AudioStreamSample"
path="res://.import/Troll Attack.wav-22cd2d5bee6a2b99bba74be8560482b1.sample"

[deps]

source_file="res://Audio/Enemies/Troll Attack.wav"
dest_files=[ "res://.import/Troll Attack.wav-22cd2d5bee6a2b99bba74be8560482b1.sample" ]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added poofarmer/Audio/Enemies/Troll Groan.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions poofarmer/Audio/Enemies/Troll Groan.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[remap]

importer="wav"
type="AudioStreamSample"
path="res://.import/Troll Groan.wav-db2f45f924e53c8f29fbe4f7180737b7.sample"

[deps]

source_file="res://Audio/Enemies/Troll Groan.wav"
dest_files=[ "res://.import/Troll Groan.wav-db2f45f924e53c8f29fbe4f7180737b7.sample" ]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
8 changes: 4 additions & 4 deletions poofarmer/Scenes/Troll.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[gd_scene load_steps=31 format=2]

[ext_resource path="res://Scripts/Troll.gd" type="Script" id=1]
[ext_resource path="res://Audio/Poo Farmer Goblin Laugh 1.wav" type="AudioStream" id=2]
[ext_resource path="res://Audio/Poo Farmer Goblin Attack.wav" type="AudioStream" id=3]
[ext_resource path="res://Audio/Poo Farmer Goblin Laugh 2.wav" type="AudioStream" id=4]
[ext_resource path="res://Audio/Enemies/Troll 1.wav" type="AudioStream" id=2]
[ext_resource path="res://Audio/Enemies/Troll Attack.wav" type="AudioStream" id=3]
[ext_resource path="res://Audio/Enemies/Troll Groan.wav" type="AudioStream" id=4]
[ext_resource path="res://Images/troll.png" type="Texture" id=5]
[ext_resource path="res://Scenes/MobAudioController.tscn" type="PackedScene" id=6]

Expand Down Expand Up @@ -139,7 +139,7 @@ siloStealAmount = 10
scale = Vector2( 2.5, 2.5 )
frames = SubResource( 17 )
animation = "down"
frame = 2
frame = 3
playing = true

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
Expand Down

0 comments on commit 06a9985

Please sign in to comment.