mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 17:10:18 +01:00
19 lines
369 B
Markdown
19 lines
369 B
Markdown
# Sound API
|
|
|
|
mod that enables sound to be game agnostic
|
|
## Installing
|
|
|
|
* `git clone https://github.com/mt-mods/sound_api.git`
|
|
* `cd sound_api`
|
|
* `git submodule init`
|
|
* `git submodule update`
|
|
|
|
to update please use the following commands starting inside the mod directory
|
|
|
|
* `git pull`
|
|
* `git submodule sync`
|
|
* `git submodule update`
|
|
|
|
## Dev Docs
|
|
|
|
Can be found at /DEV.md |