This commit is contained in:
2025-06-11 15:42:06 +02:00
parent 39c31f0042
commit 78bccd6c6f
30 changed files with 67 additions and 21 deletions

View File

@@ -90,8 +90,9 @@ void updateMachine(Tile *tile,
in1->type = TYPE_AIR;
if (in2->type != TYPE_AIR) in2->type = TYPE_AIR;
out->type = result;
out->tileX = tile->rect.x;
out->tileY = tile->rect.y;
out->prevTile = out->tile;
out->tile.x = tile->rect.x;
out->tile.y = tile->rect.y;
out->offset = -0.5f;
}
}