1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-01-09 16:00:20 +01:00

fix swapped fdir checks

This commit is contained in:
Vanessa Dannenberg 2018-08-15 14:57:20 -04:00
parent bd0e7d9bfa
commit 3a02591d28

View File

@ -31,8 +31,8 @@ end
local fdir_to_right = {
{ 0, -1 },
{ 0, -1 },
{ 0, 1 },
{ 0, -1 },
{ 0, 1 },
{ 1, 0 },
{ -1, 0 },
}