proper alt sprite and render order swaps

This commit is contained in:
Llywelwyn 2023-09-26 22:08:05 +01:00
parent 06d5674199
commit ae9f6b6ac6
8 changed files with 42 additions and 10 deletions

View file

@ -45,6 +45,7 @@ pub struct Renderable {
pub fg: String,
pub bg: String,
pub order: i32,
pub alt_order: Option<i32>,
}
#[derive(Deserialize, Debug)]