forked from mtcontrib/led_marquee
fix swapped fdir checks
This commit is contained in:
2
init.lua
2
init.lua
@ -31,8 +31,8 @@ end
|
|||||||
local fdir_to_right = {
|
local fdir_to_right = {
|
||||||
{ 0, -1 },
|
{ 0, -1 },
|
||||||
{ 0, -1 },
|
{ 0, -1 },
|
||||||
{ 0, 1 },
|
|
||||||
{ 0, -1 },
|
{ 0, -1 },
|
||||||
|
{ 0, 1 },
|
||||||
{ 1, 0 },
|
{ 1, 0 },
|
||||||
{ -1, 0 },
|
{ -1, 0 },
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user