crying at ui stuff
This commit is contained in:
parent
9de729fb7f
commit
38ab92fa59
2 changed files with 59 additions and 26 deletions
|
|
@ -29,7 +29,6 @@ impl Plugin for NaviGameplayPlugin {
|
|||
pub struct PlayerVWBus;
|
||||
|
||||
#[derive(Component)]
|
||||
#[require(Camera2d)]
|
||||
struct MainCamera;
|
||||
|
||||
pub fn setup_scene(
|
||||
|
|
@ -44,6 +43,7 @@ pub fn setup_scene(
|
|||
|
||||
commands.spawn((
|
||||
MainCamera,
|
||||
Camera2d,
|
||||
Camera {
|
||||
order: 1,
|
||||
// clear_color: ClearColorConfig::None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue