diff --git a/README.md b/README.md index 5df4b20..b91f8e1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Minetest mod for sprinting with W, A and D buttons. 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 download:** + +https://github.com/aa6/minetest_wadsprint/archive/master.zip + **How to install:** http://wiki.minetest.com/wiki/Installing_mods @@ -37,6 +41,10 @@ All dependencies are optional. https://github.com/aa6/minetest_wadsprint/commits/master +**Links** + +[Minetest forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=14296) + **Credits:** Thanks to [GunshipPenguin](https://github.com/GunshipPenguin) and his [sprint mod](https://github.com/GunshipPenguin/sprint) for showing a good example of how sprint mod for minetest can be done. \ No newline at end of file diff --git a/VERSION b/VERSION index 93b432f..8574e15 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.30 \ No newline at end of file +0.4.32 \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..d6e5f6c --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Sprinting with W, A and D buttons. \ No newline at end of file diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..1c52106 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = minetest_wadsprint \ No newline at end of file diff --git a/screenshot (copy 1).png b/screenshot (copy 1).png new file mode 100644 index 0000000..178c171 Binary files /dev/null and b/screenshot (copy 1).png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..9c86521 Binary files /dev/null and b/screenshot.png differ diff --git a/util/minetest_wadsprint_version.png b/util/minetest_wadsprint_version.png index 4da4c19..31b150d 100644 Binary files a/util/minetest_wadsprint_version.png and b/util/minetest_wadsprint_version.png differ