mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Item give command, define panzerium as item
This commit is contained in:
parent
4dfb0ff7d7
commit
5f7924b696
5 changed files with 30 additions and 2 deletions
|
|
@ -115,6 +115,16 @@ impl Default for ItemDb {
|
|||
},
|
||||
consumable: true,
|
||||
},
|
||||
ItemDef {
|
||||
name: String::from("Panzerium"),
|
||||
graphic_name: String::from("tiles/panzerium"),
|
||||
tex_rect: IntRect::default(),
|
||||
use_action: UseAction::PlaceTile {
|
||||
layer: TileLayer::Mid,
|
||||
id: 6,
|
||||
},
|
||||
consumable: true,
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue