mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
added lanterns and potions
This commit is contained in:
parent
e37ca1d1f3
commit
495311de2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user