mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
fix swapped fdir checks
This commit is contained in:
parent
bd0e7d9bfa
commit
3a02591d28
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 },
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user