Update version 0.3.0, shoot nodes at long range

This commit is contained in:
stujones11 2013-12-13 19:34:39 +00:00
parent 058356cba2
commit 0f92ac9425
3 changed files with 71 additions and 40 deletions

View file

@ -5,6 +5,12 @@
-- Particle texture used when target it hit
SHOOTER_EXPLOSION_TEXTURE = "shooter_hit.png"
-- Allow node destruction
SHOOTER_ALLOW_NODES = true
-- Maximum node rage, applies only if nodes are allowed
SHOOTER_NODE_RANGE = 50
-- Allow entities in multiplayer mode
SHOOTER_ALLOW_ENTITIES = false