Add individual screenshots and some doc fixes

This commit is contained in:
stujones11 2019-03-22 20:06:32 +00:00
parent b26d9812ff
commit 4a9bf8fc6e
8 changed files with 8 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View file

@ -29,7 +29,8 @@ Uses globalstep to detect left mouse button
### Enable admin super weapons
Allows admins (server priv) shoot all guns automatically
Allows admins (server priv) to shoot all guns automatically
Requires `shooter_automatic_weapons` to be `true`
`shooter_admin_weapons = false`
@ -156,6 +157,8 @@ Used by `shooter.register_weapon`
-- Number of rounds, refilled by the defined reload item
range = 200,
-- Range (in nodes) of each shot
step = 30,
-- Distance per `shooter_rounds_update_time`
tool_caps = {
-- Tool capabilities, used for object/player damage
full_punch_interval = 1.0,
@ -163,10 +166,10 @@ Used by `shooter.register_weapon`
},
groups = {
-- Damage groups, used to effect nodes as a normal tool item would
snappy=3,
crumbly=3,
choppy=3,
fleshy=2,
snappy = 3,
crumbly = 3,
choppy = 3,
fleshy = 2,
oddly_breakable_by_hand=2
},
sounds = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
shooter_guns/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB