mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed slipped texture on the stomach
This commit is contained in:
parent
361dc7de6f
commit
ba575cbea7
1 changed files with 7 additions and 6 deletions
|
@ -81,9 +81,16 @@
|
|||
"type": "mson:plane", "__comment": "stomach",
|
||||
"texture": { "u": 56, "v": 0 },
|
||||
"face": "down",
|
||||
"mirror": [false, true],
|
||||
"position": [ -4, 12, 2 ],
|
||||
"size": [ 8, 8 ]
|
||||
},
|
||||
{
|
||||
"type": "mson:plane", "__comment": "butt",
|
||||
"texture": { "u": 36, "v": 16 },
|
||||
"face": "down",
|
||||
"position": [ -4, 12, 10 ], "size": [ 8, 4 ]
|
||||
},
|
||||
{
|
||||
"type": "mson:plane", "__comment": "butt",
|
||||
"texture": { "u": 36, "v": 16 },
|
||||
|
@ -97,12 +104,6 @@
|
|||
"position": [ -4, 8, 14 ],
|
||||
"size": [ 8, 4 ]
|
||||
},
|
||||
{
|
||||
"type": "mson:plane", "__comment": "butt",
|
||||
"texture": { "u": 36, "v": 16 },
|
||||
"face": "down",
|
||||
"position": [ -4, 12, 10 ], "size": [ 8, 4 ]
|
||||
},
|
||||
{
|
||||
"type": "mson:plane", "__comment": "back",
|
||||
"texture": { "u": 32, "v": 20 },
|
||||
|
|
Loading…
Reference in a new issue