Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xpanes: fix code style (#2618)
  • Loading branch information
TumeniNodes committed Mar 15, 2020
1 parent 8b3b92d commit b9dc758
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mods/xpanes/init.lua
Expand Up @@ -106,12 +106,12 @@ function xpanes.register_pane(name, def)
wield_image = def.wield_image,
paramtype2 = "facedir",
tiles = {
def.textures[3],
def.textures[3],
def.textures[3],
def.textures[3],
def.textures[1],
def.textures[1]
def.textures[3],
def.textures[3],
def.textures[3],
def.textures[3],
def.textures[1],
def.textures[1]
},
groups = flatgroups,
drop = "xpanes:" .. name .. "_flat",
Expand Down

0 comments on commit b9dc758

Please sign in to comment.