generated from 2ndbeam/bevy-template
assets: Using new lockpick and stairs sprites
- Fixed stairs transparency
This commit is contained in:
parent
6319b8c7ca
commit
c5c6378303
3 changed files with 13 additions and 5 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue