Move audio test example
This commit is contained in:
parent
b8553162c2
commit
e326590135
|
@ -42,7 +42,7 @@ All of this is a holdover from when there were only two players. It was a reason
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Example Lua mods (small)
|
## Example Lua mods (small)
|
||||||
- [Low Gravity](examples/mods/low-gravity.lua)
|
- [Low Gravity](examples/low-gravity.lua)
|
||||||
- [Faster Swimming](../../mods/faster-swimming.lua)
|
- [Faster Swimming](../../mods/faster-swimming.lua)
|
||||||
- [Mario Run](examples/Mario-Run.lua)
|
- [Mario Run](examples/Mario-Run.lua)
|
||||||
- [HUD Rendering](examples/hud.lua)
|
- [HUD Rendering](examples/hud.lua)
|
||||||
|
@ -59,6 +59,7 @@ All of this is a holdover from when there were only two players. It was a reason
|
||||||
- [Water Height Changer](examples/water-level.lua)
|
- [Water Height Changer](examples/water-level.lua)
|
||||||
- [Custom Level](examples/custom-level)
|
- [Custom Level](examples/custom-level)
|
||||||
- [Custom HUD Texture](examples/custom-hud-texture)
|
- [Custom HUD Texture](examples/custom-hud-texture)
|
||||||
|
- [Custom Audio Test](examples/audio-test)
|
||||||
|
|
||||||
## Example Lua mods (large)
|
## Example Lua mods (large)
|
||||||
- [Extended Moveset](../../mods/extended-moveset.lua)
|
- [Extended Moveset](../../mods/extended-moveset.lua)
|
||||||
|
|
Loading…
Reference in New Issue