From 672e61ed2dd8143247cb2e4cc4ecb7c6e2e932de Mon Sep 17 00:00:00 2001 From: whosit Date: Thu, 20 May 2021 11:35:05 +0300 Subject: [PATCH] add comments for config vars --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 0bebfa7..db0bb73 100644 --- a/init.lua +++ b/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