Initial release

master
aa6 2016-03-26 21:48:23 +03:00
parent c2fe55c824
commit 43b9fc565d
1 changed files with 4 additions and 4 deletions

View File

@ -4,20 +4,20 @@ Minetest mod for sprinting with W,A and D buttons.
![Wadsprint](/screenshots/wadsprint_screenshots.png?raw=true "Wadsprint mod screenshots")
How to use:
**How to use:**
1. Press A and D simultaneously to trigger the `ready_to_sprint` event.
2. Then press W to start sprinting.
3. Release A and D (keep W pressed) and continue sprinting until the stamina runs out.
How to install:
**How to install:**
http://wiki.minetest.com/wiki/Installing_mods
How to configure:
**How to configure:**
Edit `config.lua` at the mod directory.
Credits:
**Credits:**
Thanks to [GunshipPenguin](https://github.com/GunshipPenguin) and his [sprint mod](https://github.com/GunshipPenguin/sprint) for giving a good example of how sprint mod for minetest can be done.