draw equipped items on player avatar - framework

This commit is contained in:
Llywelwyn 2023-10-14 21:06:28 +01:00
parent 6ba7778df0
commit d1fe86f645
8 changed files with 1129 additions and 385 deletions

View file

@ -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>,