aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-11-12 03:28:24 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-11-12 03:28:24 +0300
commit8793465132dea466edd62309bd35bfd62a6583e5 (patch)
tree937dc6adc32cad25b3c55a86ce6e30d2ee9b4d32
parent3f549bbc8d9923c838d1083dd193803c40e66ca1 (diff)
downloadglass_stained-8793465132dea466edd62309bd35bfd62a6583e5.tar.gz
glass_stained-8793465132dea466edd62309bd35bfd62a6583e5.tar.bz2
glass_stained-8793465132dea466edd62309bd35bfd62a6583e5.zip
whitespaces
-rw-r--r--README.md1
-rw-r--r--init.lua11
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2279eb2..d92aca9 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,6 @@ XXX
XXX
where X is the given pane type
-
```
The combined pieces can always be broken down into the constituent
diff --git a/init.lua b/init.lua
index 44fdf5d..3425fa1 100644
--- a/init.lua
+++ b/init.lua
@@ -241,7 +241,7 @@ for _,node in ipairs(node_list) do
{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25},
},
},
- groups = {cracky=3},
+ groups = { cracky = 3 },
use_texture_alpha = true,
})
@@ -250,6 +250,7 @@ for _,node in ipairs(node_list) do
recipe = node.recipe
})
+ -- It might be necessary to skip the multiple nodes (e.g. for top-only panes)
if node.no_derivatives then
goto eol
end
@@ -275,7 +276,7 @@ for _,node in ipairs(node_list) do
{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25},
},
},
- groups = {cracky=3},
+ groups = { cracky = 3 },
use_texture_alpha = true,
})
@@ -314,7 +315,7 @@ for _,node in ipairs(node_list) do
fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}},
},
- groups = {cracky=3},
+ groups = { cracky = 3 },
use_texture_alpha = true,
})
@@ -350,7 +351,7 @@ for _,node in ipairs(node_list) do
fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}},
},
- groups = {cracky=3},
+ groups = { cracky = 3 },
use_texture_alpha = true,
})
@@ -386,7 +387,7 @@ for _,node in ipairs(node_list) do
fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}},
},
- groups = {cracky=3},
+ groups = { cracky = 3 },
use_texture_alpha = true,
})