Move the new sprites to the correct place

This commit is contained in:
Gwilym Inzani 2023-08-29 09:50:00 +01:00
parent b275db90da
commit afed1542fe
2 changed files with 1 additions and 1 deletions

View file

@ -88,7 +88,7 @@ impl Item {
Item::SquidUp => STANDARD,
Item::SquidDown => STANDARD,
Item::Ice => ZERO,
Item::MovableBlock => STANDARD,
Item::MovableBlock => ZERO,
Item::Glove => STANDARD,
}
}