mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-11 00:07:57 -06:00
feat: re-implement visbility via 'Hidden' tag component, move stage visibility logic into stage system
This commit is contained in:
@@ -93,7 +93,6 @@ impl EntityType {
|
||||
pub struct Renderable {
|
||||
pub sprite: AtlasTile,
|
||||
pub layer: u8,
|
||||
pub visible: bool,
|
||||
}
|
||||
|
||||
/// A component for entities that have a directional animated texture.
|
||||
|
||||
Reference in New Issue
Block a user