Equipped lanterns now provide an illumination effect.

This commit is contained in:
CapsizeGlimmer
2020-05-04 15:15:31 +00:00
committed by Monty Marz
parent 40ab94673e
commit 4e7f8c686a
52 changed files with 689 additions and 351 deletions

View File

@ -18,6 +18,7 @@ pub enum InventoryManip {
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub enum ControlEvent {
ToggleLantern,
Mount(Uid),
Unmount,
InventoryManip(InventoryManip),