proper alt sprite and render order swaps
This commit is contained in:
parent
06d5674199
commit
ae9f6b6ac6
8 changed files with 42 additions and 10 deletions
|
|
@ -45,6 +45,7 @@ pub struct Renderable {
|
|||
pub fg: String,
|
||||
pub bg: String,
|
||||
pub order: i32,
|
||||
pub alt_order: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue