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
0bae67e931
commit
cf22fcd5fd
2 changed files with 2 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ pub struct TileDef
|
|||
where
|
||||
{
|
||||
/// Whether the tile emits light, and the light source offset
|
||||
pub layer: <Bg as TileLayer>::SpecificDef,
|
||||
pub layer: (),
|
||||
//ADD pub blend_graphic: String,
|
||||
}
|
||||
|
||||
|
|
|
|||
3
tiles.rs
3
tiles.rs
|
|
@ -46,8 +46,7 @@ impl TileLayer for Fg {
|
|||
pub struct TileDef
|
||||
where
|
||||
{
|
||||
/// Whether the tile emits light, and the light source offset
|
||||
pub layer: <Bg as TileLayer>::SpecificDef,
|
||||
pub layer: (),
|
||||
//ADD pub blend_graphic: String,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue