Gameplay Sound Effects

Create sound effects using JFXR and add them to a Godot scene.

1. Create sound effects

2. Add SFX to Godot

Before:

# remove comments to play sfx
# $JumpSound.play()

After:

# remove comments to play sfx
$JumpSound.play()

3. Documentation

Resources