Go to file
aa6 32532147d5 Autoversioning fix 2016-04-30 12:33:34 +03:00
screenshots Initial release 2016-03-26 21:41:29 +03:00
textures Textures wrong name fix 2016-03-26 23:02:49 +03:00
util Autoversioning fix 2016-04-30 12:33:34 +03:00
LICENSE Initial release 2016-03-26 21:41:29 +03:00
README.md Including version image into header 2016-04-30 10:32:11 +03:00
VERSION Autoversioning fix 2016-04-30 12:33:34 +03:00
config.lua Reset stamina on player's death 2016-04-24 21:01:32 +03:00
depends.txt Initial release 2016-03-26 21:41:29 +03:00
init.lua Try to simplify versioning 2016-04-30 10:10:04 +03:00
init_hudbars.lua Initial release 2016-03-26 21:41:29 +03:00

README.md

Wadsprint [Version] [minetest_wadsprint]

Minetest mod for sprinting with W, A and D buttons.

Wadsprint

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:

http://wiki.minetest.com/wiki/Installing_mods

How to configure:

Edit config.lua at the mod directory.

Credits:

Thanks to GunshipPenguin and his sprint mod for giving a good example of how sprint mod for minetest can be done.