Changes

→‎Next steps: Updated the horse head bit, and added Jonqora's examples for the cats' and dogs' heads in the inventory menu.
Line 127: Line 127:  
For horses:
 
For horses:
 
<source lang="javascript">
 
<source lang="javascript">
 +
//horse head in inventory
 
{
 
{
 
"Action": "EditImage",
 
"Action": "EditImage",
Line 137: Line 138:  
</source>
 
</source>
    +
For dogs:
 +
<source lang="javascript">
 +
//dog head in inventory
 +
{
 +
"ToArea": { "X": 208, "Y": 208, "Width": 16, "Height": 16 }, //Dog 1
 +
 +
"ToArea": { "X": 224, "Y": 208, "Width": 16, "Height": 16 }, //Dog 2
 +
 +
"ToArea": { "X": 240, "Y": 208, "Width": 16, "Height": 16 }, //Dog 3
 +
}
 +
</source>
 +
 +
For cats:
 +
<source lang="javascript">
 +
//cat head in inventory
 +
{
 +
"ToArea": { "X": 160, "Y": 208, "Width": 16, "Height": 16 }, //Cat 1
    +
"ToArea": { "X": 176, "Y": 208, "Width": 16, "Height": 16 }, //Cat 2
 +
 +
"ToArea": { "X": 192, "Y": 208, "Width": 16, "Height": 16 }, //Cat 3
 +
}
 +
</source>
    
[[es:Modding:Content Patcher]]
 
[[es:Modding:Content Patcher]]
94

edits