chore: update images

This commit is contained in:
2025-01-05 23:01:09 +02:00
parent c9d987f5b6
commit e6a51832ab
5 changed files with 24 additions and 23 deletions

View File

@@ -1,3 +0,0 @@
#[derive(Component, Debug, Clone, Copy, PartialEq, Eq, Default, Reflect)]
#[reflect(Component)]
pub struct Player;

View File

@@ -39,7 +39,6 @@ pub(super) fn spawn_maze(
Visibility::Visible,
))
.insert_if(CurrentFloor, || *floor == 1) // Only floor 1 gets CurrentFloor
.insert_if(NextFloor, || *floor != 1) // All other floors get NextFloor
.id();
let assets = MazeAssets::new(&mut meshes, &mut materials, &global_config);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB