From 36e560b0520f4f3781d67b75dd196022e0d33276 Mon Sep 17 00:00:00 2001 From: Pedro Fanha Date: Fri, 26 Apr 2019 20:12:52 +0100 Subject: [PATCH] Rename '-- Variables' comment to '-- User-changeable variables' --- Scripts/Strobe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Strobe.lua b/Scripts/Strobe.lua index de53499..99ce5a6 100644 --- a/Scripts/Strobe.lua +++ b/Scripts/Strobe.lua @@ -1,6 +1,6 @@ -- Based on Tweaking4Fun's Strobe effect --- Variables +-- User-changeable variables local flashes_per_second = 20 local pulse_time = 0.6 -- how long each flashing pulse will take, in seconds (repeat flashes_per_second flashes pulse_time times) local pulse_delay = 1000 -- how long between each flashing pulse, in milliseconds