Skip to content
Snippets Groups Projects
Commit f7ccf204 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

fix rotation of top/bottom textures of open gates

parent 0ff30138
No related branches found
No related tags found
No related merge requests found
......@@ -420,8 +420,8 @@ for i, g in ipairs(gate_list) do
def.selection_box.fixed = { 0.4, -0.5, -0.5, 0.5, 0.5, 0.5 }
def.node_box.fixed = gate_models_open[i]
def.tiles = {
tiles[1],
tiles[2],
tiles[1].."^[transformR90",
tiles[2].."^[transformR270",
tiles[6],
tiles[5],
tiles[4],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment