hair bugfix
This commit is contained in:
parent
389b2cd06d
commit
e79318e41b
|
|
@ -461,7 +461,7 @@ elements.loose_hair = {
|
||||||
},
|
},
|
||||||
|
|
||||||
elements.hair_end = {
|
elements.hair_end = {
|
||||||
color: "#9D4C3B",
|
color: "#754a41",
|
||||||
category: "structural",
|
category: "structural",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
@ -528,7 +528,7 @@ elements.hair_end = {
|
||||||
}
|
}
|
||||||
|
|
||||||
elements.attached_hair = {
|
elements.attached_hair = {
|
||||||
color: "#9D4C3B",
|
color: "#754a41",
|
||||||
category: "structural",
|
category: "structural",
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue