Moved low gravity and mario run to examples

This commit is contained in:
MysterD 2022-04-13 01:38:32 -07:00
parent 9793b56f84
commit 4008d99c75
3 changed files with 26 additions and 26 deletions

View File

@ -42,9 +42,9 @@ All of this is a holdover from when there were only two players. It was a reason
<br />
## Example Lua mods (small)
- [Low Gravity](../../mods/low-gravity.lua)
- [Low Gravity](examples/mods/low-gravity.lua)
- [Faster Swimming](../../mods/faster-swimming.lua)
- [Mario Run](../../mods/Mario-Run.lua)
- [Mario Run](examples/Mario-Run.lua)
- [HUD Rendering](examples/hud.lua)
- [Object Spawning](examples/spawn-stuff.lua)
- [Custom Ball Behavior](examples/behavior-ball.lua)