mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14: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},
|
||||
"locals": {
|
||||
"segment_index": 0,
|
||||
"segment_y": [["#segment_index", "/", 4], "+", 0.063],
|
||||
"segment_y": [["#segment_index", "*", 4], "+", 0.063],
|
||||
"tex_x": [["#segment_index", "%", 2], "*", 4]
|
||||
},
|
||||
"segment": {
|
||||
|
|
Loading…
Reference in a new issue