add comments for config vars
This commit is contained in:
parent
cf4f3c20cb
commit
672e61ed2d
6
init.lua
6
init.lua
@ -2,12 +2,12 @@
|
||||
-- TODO "admin" command version with configurable pos, radius and timeout
|
||||
|
||||
local announce_command_name = "look"
|
||||
local announce_radius = 256
|
||||
local announce_radius = 256 -- players within this radius will see a waypoint
|
||||
local announce_icon = "exclamation_mark.png"
|
||||
local announce_timeout = 20
|
||||
local announce_timeout = 20 -- time until waypoint disappears
|
||||
local waypoint_precision = 1 -- set to 1 to show whole number or 10 for 1 decimal
|
||||
local waypoint_color = 0xFFFFFF
|
||||
local point_range = 180
|
||||
local point_range = 180 -- maximun range player can point at (raycast range)
|
||||
local point_to_objects = true
|
||||
local point_to_liquids = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user