Fix 7 and 9 (TL, TR) locations

This commit is contained in:
Noah Halstead
2021-05-16 17:44:47 -04:00
parent 1be1405a2c
commit e4e7150f91

View File

@@ -130,8 +130,8 @@ var directions = map[rune]EventMappedLocation{
'4': {-1.5, 0, -1, 0, SetPoint},
'6': { 1,0, 1.5,0, SetPoint},
// Layout Top Left, Top Right, Bottom Right, Bottom Left
'7': {-0.8, -1.8, -1.8, -1.8, SetPoint},
'9': {1.8, -1.8, 0.8, -1.8, SetPoint},
'7': {-1.8, -1.8,-0.8, -1.8, SetPoint},
'9': {0.8, -1.8,1.8, -1.8, SetPoint},
'1': {-1.8, 1.8, -0.8, 1.8, SetPoint},
'3': {0.8, 1.8, 1.8, 1.8, SetPoint},