draw equipped items on player avatar - framework
This commit is contained in:
parent
6ba7778df0
commit
d1fe86f645
8 changed files with 1129 additions and 385 deletions
|
|
@ -6,6 +6,7 @@ pub struct Item {
|
|||
pub id: String,
|
||||
pub name: Name,
|
||||
pub renderable: Option<Renderable>,
|
||||
pub avatar: Option<String>,
|
||||
pub class: String,
|
||||
pub weight: Option<f32>,
|
||||
pub value: Option<f32>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue