remove bad tilemap. mouse experiment

This commit is contained in:
2024-12-13 20:47:12 +00:00
parent 70cce2c5e9
commit 89567d4ce7
4 changed files with 110 additions and 105 deletions
-8
View File
@@ -15,14 +15,6 @@ impl Default for Tile {
}
}
impl Tile {
pub fn new(position: Vec3) -> Self {
Self {
position,
}
}
}
#[derive(Component)]
#[require(Tile)]
pub struct FloorTile {