mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed tails
This commit is contained in:
parent
c48889732c
commit
cf9c4030b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"texture": {"w": 64, "h": 64},
|
"texture": {"w": 64, "h": 64},
|
||||||
"locals": {
|
"locals": {
|
||||||
"segment_index": 0,
|
"segment_index": 0,
|
||||||
"segment_y": [["#segment_index", "/", 4], "+", 0.063],
|
"segment_y": [["#segment_index", "*", 4], "+", 0.063],
|
||||||
"tex_x": [["#segment_index", "%", 2], "*", 4]
|
"tex_x": [["#segment_index", "%", 2], "*", 4]
|
||||||
},
|
},
|
||||||
"segment": {
|
"segment": {
|
||||||
|
|
Loading…
Reference in a new issue