Skip to content

Commit

Permalink
Merge pull request #1 from sayterdarkwynd/master
Browse files Browse the repository at this point in the history
I guess this is PR in my direction instead of yours.  Who knows.  git is kafka's wet dream
  • Loading branch information
bertky committed Feb 13, 2017
2 parents eee4f5f + f127e91 commit 418ba0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions monsters/ghosts/eyejelly/eyejelly.animation
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"head" : {
"priority" : 0,
"priority" : 1,
"default" : "idle",
"states" : {
"idle" : {
Expand Down Expand Up @@ -68,7 +68,7 @@
"parts" : {
"body" : {
"properties" : {
"zlevel" : 1,
"zLevel" : 1,
"transformationGroups" : [ "facing", "body" ],
"offset" : [0.0, 0.125]
},
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"head" : {
"properties" : {
"zlevel" : 2,
"zLevel" : 2,
"offset" : [0,0],
"transformationGroups" : [ "aim", "facing", "body" ]
},
Expand Down
3 changes: 1 addition & 2 deletions monsters/walkers/fufirecrab/fufirecrab.monstertype
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
"feetOffset" : [0, -8],
"capturable" : true,
"captureHealthFraction" : 0.5,
"nametagColor" : [64, 200, 255],
"captureCollectables" : { "monsters" : "oogler" }
"nametagColor" : [64, 200, 255]
}
}

0 comments on commit 418ba0f

Please sign in to comment.