diff --git a/mesecons_battery/init.lua b/mesecons_battery/init.lua index 2e2386e..f87ca6d 100644 --- a/mesecons_battery/init.lua +++ b/mesecons_battery/init.lua @@ -9,9 +9,9 @@ for i = 1, 5 do type = "fixed", fixed = { {-0.499, -0.499, -0.499, -0.4, 0.499, 0.499}, - { 0.499, -0.499, -0.499, 0.4, 0.499, 0.499}, + { 0.4, -0.499, -0.499, 0.499, 0.499, 0.499}, {-0.499, -0.499, -0.499, 0.499, 0.499, -0.4 }, - {-0.499, -0.499, 0.499, 0.499, 0.499, 0.4 }, + {-0.499, -0.499, 0.4, 0.499, 0.499, 0.499 }, {-0.4 , -0.5 , -0.4 , 0.4 , 1*(i/5)-0.5, 0.4}} }, @@ -36,9 +36,9 @@ for i = 1, 5 do type = "fixed", fixed = { {-0.499, -0.499, -0.499, -0.4, 0.499, 0.499}, - { 0.499, -0.499, -0.499, 0.4, 0.499, 0.499}, + { 0.4, -0.499, -0.499, 0.499, 0.499, 0.499}, {-0.499, -0.499, -0.499, 0.499, 0.499, -0.4 }, - {-0.499, -0.499, 0.499, 0.499, 0.499, 0.4 }, + {-0.499, -0.499, 0.4, 0.499, 0.499, 0.499 }, {-0.4 , -0.5 , -0.4 , 0.4 , 1*(i/5)-0.5, 0.4}} },