0.5 move troll

This commit is contained in:
Lily-129 2022-02-11 20:10:45 -05:00 committed by GitHub
parent 08dd283645
commit c96622d49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -75,4 +75,13 @@ elements.troll4 = {
hardness: 1.0,
state: "solid",
excludeRandom: true,
},
elements.offset_half_y = {
color: ["#000000", "#ff00ff", "#000000", "#ff00ff", "#000000", "#ff00ff", "#000000", "#ff00ff"],
tool: function(pixel) {
tryMove(pixel,pixel.x,pixel.y+0.5);
pixelTempCheck(pixel)
},
category: "tools",
}