Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleretters committed Nov 13, 2020
1 parent 8081eed commit 8450596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arcologies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-- k2: play k3: delete
--
--
-- v1.2.5
-- v1.2.6

include("arcologies/lib/includes")

Expand Down
4 changes: 2 additions & 2 deletions lib/_crow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ function _crow.init()
crow.init()
crow.clear()
crow.reset()
crow.output[2].action = "pulse(.025, 5, 1)"
crow.output[4].action = "pulse(.025, 5, 1)"
crow.output[2].action = "pulse(.025, 5)"
crow.output[4].action = "pulse(.025, 5)"
crow.ii.pullup(true)
crow.ii.jf.mode(1)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config = {}
config["settings"] = {
["version_major"] = 1,
["version_minor"] = 2,
["version_patch"] = 5,
["version_patch"] = 6,
["playback"] = 0,
["length"] = 16,
["root"] = 0,
Expand Down

0 comments on commit 8450596

Please sign in to comment.