Add sceenshot to main README.md

This commit is contained in:
stujones11 2019-03-24 15:30:09 +00:00
parent 0d58b85a66
commit 10b4393e9d

View file

@ -1,9 +1,11 @@
[modpack] Simple Shooter [shooter] [modpack] Simple Shooter [shooter]
==================================== ====================================
Mod Version: 0.6.0 ![screenshot](https://raw.githubusercontent.com/stujones11/shooter/master/screenshot.png)
Minetest Version: 5.0.0 (engine & game) **Mod Version:** 0.6.0
**Minetest Version:** 5.0.0 (engine & game)
A simple first person shooter mod originally developed as part of a game that A simple first person shooter mod originally developed as part of a game that
was never completed. Now distributed as a Minetest Game compatible mod-pack. was never completed. Now distributed as a Minetest Game compatible mod-pack.
@ -11,21 +13,21 @@ was never completed. Now distributed as a Minetest Game compatible mod-pack.
[mod] Shooter API [shooter] [mod] Shooter API [shooter]
--------------------------- ---------------------------
Depends: default **Depends:** default
Handles raycasting, blasting and audio-visual effects of dependent mods. Handles raycasting, blasting and audio-visual effects of dependent mods.
[mod] Shooter Guns [shooter_guns] [mod] Shooter Guns [shooter_guns]
--------------------------------- ---------------------------------
Depends: shooter **Depends:** shooter
Adds basic guns using the shooter API. Adds basic guns using the shooter API.
[mod] Crossbow [shooter_crossbow] [mod] Crossbow [shooter_crossbow]
--------------------------------- ---------------------------------
Depends: shooter **Depends:** shooter
Optional Depends: dye (required for colored arrows) Optional Depends: dye (required for colored arrows)
@ -34,28 +36,28 @@ Adds a crossbow with colored arrows.
[mod] Flare Gun [shooter_flaregun] [mod] Flare Gun [shooter_flaregun]
---------------------------------- ----------------------------------
Depends: shooter **Depends:** shooter
Adds a flare-gun with temporary light emitting flares. Adds a flare-gun with temporary light emitting flares.
[mod] Grenade [shooter_grenade] [mod] Grenade [shooter_grenade]
------------------------------- -------------------------------
Depends: shooter **Depends:** shooter
Adds simple hand grenades. Adds simple hand grenades.
[mod] Rocket Launcher [shooter_rocket] [mod] Rocket Launcher [shooter_rocket]
-------------------------------------- --------------------------------------
Depends: shooter **Depends:** shooter
Adds rocket missiles and launching gun. Adds rocket missiles and launching gun.
[mod] Grapple Hook [shooter_hook] [mod] Grapple Hook [shooter_hook]
--------------------------------- ---------------------------------
Depends: shooter **Depends:** shooter
Adds a teleporting grapple hook which can be thrown or launched Adds a teleporting grapple hook which can be thrown or launched
further from a grapple hook gun. further from a grapple hook gun.
@ -63,7 +65,7 @@ further from a grapple hook gun.
[mod] Turret Gun [shooter_turret] [mod] Turret Gun [shooter_turret]
--------------------------------- ---------------------------------
Depends: shooter_rocket **Depends:** shooter_rocket
Adds a mountable turret gun which can also be triggered by mesecon signals. Adds a mountable turret gun which can also be triggered by mesecon signals.
Still WIP and experimental and may be subject to change or removal. Still WIP and experimental and may be subject to change or removal.