mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
more
This commit is contained in:
parent
20c03b4e5b
commit
993e315995
2 changed files with 1 additions and 10 deletions
|
|
@ -89,9 +89,5 @@ pub struct TileBb {
|
||||||
#[derive(Serialize, Deserialize, Debug, Inspect)]
|
#[derive(Serialize, Deserialize, Debug, Inspect)]
|
||||||
pub struct TileDb {
|
pub struct TileDb {
|
||||||
unknown_bg: TileDef<Bg>,
|
unknown_bg: TileDef<Bg>,
|
||||||
unknown_mid: TileDef<Mid>,
|
|
||||||
unknown_fg: TileDef<Fg>,
|
|
||||||
bg: Vec<TileDef<Bg>>,
|
|
||||||
mid: Vec<TileDef<Mid>>,
|
|
||||||
fg: Vec<TileDef<Fg>>,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
tiles.rs
5
tiles.rs
|
|
@ -89,9 +89,4 @@ pub struct TileBb {
|
||||||
#[derive(Serialize, Deserialize, Debug, Inspect)]
|
#[derive(Serialize, Deserialize, Debug, Inspect)]
|
||||||
pub struct TileDb {
|
pub struct TileDb {
|
||||||
unknown_bg: TileDef<Bg>,
|
unknown_bg: TileDef<Bg>,
|
||||||
unknown_mid: TileDef<Mid>,
|
|
||||||
unknown_fg: TileDef<Fg>,
|
|
||||||
bg: Vec<TileDef<Bg>>,
|
|
||||||
mid: Vec<TileDef<Mid>>,
|
|
||||||
fg: Vec<TileDef<Fg>>,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue