mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed lighting bug on the right cutiemark
This commit is contained in:
parent
5804e09187
commit
7f39615c24
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
"type": "mson:plane", "__comment": "cutie mark",
|
"type": "mson:plane", "__comment": "cutie mark",
|
||||||
"texture": { "u": 4, "v": 0 },
|
"texture": { "u": 4, "v": 0 },
|
||||||
"mirror": [ false, false, true ],
|
"mirror": [ false, false, true ],
|
||||||
"face": "east",
|
"face": "west",
|
||||||
"position": [ -4, 4, 10 ], "size": [ 8, 4 ]
|
"position": [ -4, 4, 10 ], "size": [ 8, 4 ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue