diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-29 02:55:08 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-29 02:55:08 +0100 |
| commit | 95b2259eb4d7362b137d26037f8312b3d80f0244 (patch) | |
| tree | 430f4b61bba71e93802d0edaf61f97a162627666 /sounds/fall.sound | |
| parent | 743c93752eccb4d243c5869ec82dceb1c443acac (diff) | |
Add fall damage
Diffstat (limited to 'sounds/fall.sound')
| -rw-r--r-- | sounds/fall.sound | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sounds/fall.sound b/sounds/fall.sound new file mode 100644 index 0000000..9d35ab9 --- /dev/null +++ b/sounds/fall.sound @@ -0,0 +1,12 @@ +{
+ "UI": false,
+ "Volume": "1.00,1.00,0",
+ "Pitch": "1.00,1.00,0",
+ "Decibels": 70,
+ "SelectionMode": "Random",
+ "Sounds": [
+ "sounds/fall.vsnd"
+ ],
+ "MaximumDistance": 1143.9335,
+ "MinimumDistance": 57.196674
+}
\ No newline at end of file |
