mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Equipped lanterns now provide an illumination effect.
This commit is contained in:
committed by
Monty Marz
parent
40ab94673e
commit
4e7f8c686a
@ -18,6 +18,7 @@ pub enum InventoryManip {
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub enum ControlEvent {
|
||||
ToggleLantern,
|
||||
Mount(Uid),
|
||||
Unmount,
|
||||
InventoryManip(InventoryManip),
|
||||
|
Reference in New Issue
Block a user