Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Rename '-- Variables' comment to '-- User-changeable variables'
Browse files Browse the repository at this point in the history
  • Loading branch information
ixjf authored Apr 26, 2019
1 parent 61b3929 commit 36e560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Strobe.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36e560b

Please sign in to comment.