added lanterns and potions

This commit is contained in:
Pfauenauge90 2019-07-21 22:50:51 +02:00
parent e37ca1d1f3
commit 495311de2d

View File

@ -35,6 +35,7 @@ impl Body {
}
}
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
const ALL_OBJECTS: [Body; 24] = [
@ -68,10 +69,20 @@ const ALL_OBJECTS: [Body; 5] = [Body::Bomb, Body::Scarecrow, Body::Chest, Body::
>>>>>>> Add campfire
=======
const ALL_OBJECTS: [Body; 5] = [
=======
const ALL_OBJECTS: [Body; 12] = [
>>>>>>> added lanterns and potions
Body::Bomb,
Body::Scarecrow,
Body::Chest,
Body::Pumpkin,
Body::Campfire,
Body::LanternGround,
Body::LanternGroundOpen,
Body::LanternStanding,
Body::LanternStanding2,
Body::PotionRed,
Body::PotionBlue,
Body::PotionGreen,
];
>>>>>>> formatting