feat: re-implement visbility via 'Hidden' tag component, move stage visibility logic into stage system

This commit is contained in:
Ryan Walters
2025-08-28 18:24:47 -05:00
parent 5cc9b1a6ee
commit 2bdd4f0d04
5 changed files with 36 additions and 86 deletions

View File

@@ -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.