assets: Using new lockpick and stairs sprites

- Fixed stairs transparency
This commit is contained in:
Alexey 2026-03-26 12:01:58 +03:00
commit c5c6378303
3 changed files with 13 additions and 5 deletions

View file

@ -3,7 +3,7 @@ use bevy::prelude::*;
use super::*;
// TODO: replace with proper sprite
const LOCKPICK_SPRITE: &'static str = "sprites/items/choco_bar.png";
const LOCKPICK_SPRITE: &'static str = "sprites/items/lockpick.png";
#[derive(Component, Debug, PartialEq, Eq, Default, Clone, Copy, Reflect)]
#[reflect(Component, Debug, PartialEq, Default, Clone)]