Fix texture misalignments on adjacent faces
This commit is contained in:
parent
bacfc3c5b0
commit
1b2c11476b
6
node.lua
6
node.lua
@ -87,10 +87,10 @@ local function reg(id, base, spot)
|
|||||||
description = "Cat",
|
description = "Cat",
|
||||||
tiles = {
|
tiles = {
|
||||||
txr .. "^nc_cats_ears.png",
|
txr .. "^nc_cats_ears.png",
|
||||||
txr .. "^nc_cats_paws_front.png^nc_cats_paws_back.png",
|
txr .. "^[transformR90^nc_cats_paws_front.png^nc_cats_paws_back.png",
|
||||||
|
txr .. "^[transformFX",
|
||||||
txr,
|
txr,
|
||||||
txr,
|
txr .. "^[transformFX^nc_cats_tail.png",
|
||||||
txr .. "^nc_cats_tail.png",
|
|
||||||
txr .. "^nc_cats_face.png",
|
txr .. "^nc_cats_face.png",
|
||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user