Very basic inventory

This commit is contained in:
crumblingstatue 2023-04-15 22:47:53 +02:00
parent cee7652e09
commit 464d8dc8be
10 changed files with 241 additions and 28 deletions

View file

@ -19,7 +19,6 @@ pub struct TileDef {
pub light: Option<ScreenVec>,
/// Platform behavior: Horizontally passable, vertically passable upwards
pub platform: bool,
#[serde(default)]
pub graphic_name: String,
pub tex_rect: IntRect,
}