add comments for config vars

This commit is contained in:
whosit 2021-05-20 11:35:05 +03:00
parent cf4f3c20cb
commit 672e61ed2d

View File

@ -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