mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
add teleporter shadow
This commit is contained in:
parent
8cb4f0c40f
commit
da89a8a6cb
|
@ -44,7 +44,7 @@ impl Item {
|
||||||
Item::Ice => resources::ICE,
|
Item::Ice => resources::ICE,
|
||||||
Item::MovableBlock => resources::ROCK_SHADOW,
|
Item::MovableBlock => resources::ROCK_SHADOW,
|
||||||
Item::Glove => resources::POW_GLOVE_SHADOW,
|
Item::Glove => resources::POW_GLOVE_SHADOW,
|
||||||
Item::Teleporter => resources::TELEPORTER,
|
Item::Teleporter => resources::TELEPORTER_SHADOW,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@ named_tag!(
|
||||||
POW_GLOVE,
|
POW_GLOVE,
|
||||||
POW_GLOVE_SHADOW,
|
POW_GLOVE_SHADOW,
|
||||||
TELEPORTER,
|
TELEPORTER,
|
||||||
|
TELEPORTER_SHADOW,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue