94cc1c9914 | ||
---|---|---|
screenshots | ||
textures | ||
util | ||
.gitignore | ||
LICENSE | ||
README.md | ||
VERSION | ||
config.lua | ||
depends.txt | ||
init.lua | ||
init_hudbars.lua | ||
lib_eventemitter.lua | ||
lib_file_exists.lua | ||
lib_savetable.lua |
README.md
Wadsprint [] [minetest_wadsprint]
Minetest mod for sprinting with W, A and D buttons.
How to use:
- Press A and D simultaneously to trigger the
ready_to_sprint
event. - Then press W to start sprinting.
- 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.
Dependencies:
All dependencies are optional.
Dependents:
Credits:
Thanks to GunshipPenguin and his sprint mod for showing a good example of how sprint mod for minetest can be done.