summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKotolegokot <gkotolegokot@gmail.com>2012-08-01 16:06:33 +0600
committerKotolegokot <gkotolegokot@gmail.com>2012-08-01 16:10:54 +0600
commite8155f5c6ec860a992b66b08bba7b468750bd67f (patch)
tree6cdda60e700ef02f9749e04d5bf08689e02e7247
parent70841d8c8e633650d48341afba12bed44f36ace9 (diff)
downloadmesecons-e8155f5c6ec860a992b66b08bba7b468750bd67f.tar
mesecons-e8155f5c6ec860a992b66b08bba7b468750bd67f.tar.gz
mesecons-e8155f5c6ec860a992b66b08bba7b468750bd67f.tar.bz2
mesecons-e8155f5c6ec860a992b66b08bba7b468750bd67f.tar.xz
mesecons-e8155f5c6ec860a992b66b08bba7b468750bd67f.zip
Fix battery nodebox
-rw-r--r--mesecons_battery/init.lua8
1 files changed, 4 insertions, 4 deletions
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}}
},