Skip to content

Commit c607c3c

Browse files
committed
samples: 01-physics: add footstep sounds
1 parent 9d47c20 commit c607c3c

47 files changed

Lines changed: 160 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/01-physics/boot.package

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,26 @@ material = [
2323
sound = [
2424
"sfx/bounce"
2525
"sfx/shoot"
26+
27+
"sfx/footsteps/floor/floor_001"
28+
"sfx/footsteps/floor/floor_002"
29+
"sfx/footsteps/floor/floor_003"
30+
"sfx/footsteps/floor/floor_004"
31+
"sfx/footsteps/floor/floor_005"
32+
"sfx/footsteps/floor/floor_006"
33+
"sfx/footsteps/floor/floor_007"
34+
"sfx/footsteps/floor/floor_008"
35+
"sfx/footsteps/floor/floor_009"
36+
"sfx/footsteps/floor/floor_010"
37+
"sfx/footsteps/floor/floor_011"
38+
"sfx/footsteps/floor/floor_012"
39+
"sfx/footsteps/floor/floor_013"
40+
"sfx/footsteps/floor/floor_014"
41+
"sfx/footsteps/floor/floor_015"
42+
"sfx/footsteps/floor/floor_016"
43+
"sfx/footsteps/floor/floor_017"
44+
"sfx/footsteps/floor/floor_018"
45+
"sfx/footsteps/floor/floor_019"
46+
"sfx/footsteps/floor/floor_020"
47+
"sfx/footsteps/floor/floor_021"
2648
]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_guid = "1f32ec83-cd66-4c14-8bf8-4fbfb214e008"
2+
_type = "sound"
3+
source = "sfx/footsteps/floor/floor_001.wav"
6.96 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_guid = "c0e3745e-951c-47e9-b5f0-1b6cd2f78027"
2+
_type = "sound"
3+
source = "sfx/footsteps/floor/floor_002.wav"
4.26 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_guid = "f9ed8e9f-b4cc-4a5b-af85-55ccb1b116f2"
2+
_type = "sound"
3+
source = "sfx/footsteps/floor/floor_003.wav"
10.3 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_guid = "c5064b8f-04bd-428c-9037-18dc8c5891ba"
2+
_type = "sound"
3+
source = "sfx/footsteps/floor/floor_004.wav"
14.6 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_guid = "5ad2cfc8-1338-4105-9ab2-74be49995c6b"
2+
_type = "sound"
3+
source = "sfx/footsteps/floor/floor_005.wav"

0 commit comments

Comments
 (0)