generated from 2ndbeam/bevy-template
feat: Inventory mouse scroll & visible item data
This commit is contained in:
parent
c5c6378303
commit
0e18bb6df5
7 changed files with 119 additions and 18 deletions
|
|
@ -153,5 +153,5 @@ pub fn setup_world(
|
|||
uvec2(1, 1),
|
||||
)).with_child(lockpick_bundle(&asset_server, UVec2::ZERO));
|
||||
|
||||
commands.spawn(player_bundle(&asset_server, vec2(meters(-6.), 0.)));
|
||||
commands.spawn(player_bundle(&asset_server, vec2(meters(-6.), meters(4.))));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue