mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Fixed flipped back texture
This commit is contained in:
parent
ebd9fee659
commit
88d1a03783
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "back",
|
"type": "mson:plane", "__comment": "back",
|
||||||
"texture": { "u": 32, "v": 20 },
|
"texture": { "u": 32, "v": 20 },
|
||||||
"mirror": [ false, true ],
|
"mirror": [ false, false ],
|
||||||
"face": "up",
|
"face": "up",
|
||||||
"position": [ -4, 4, 2 ], "size": [ 8, 12 ]
|
"position": [ -4, 4, 2 ], "size": [ 8, 12 ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue