crying at ui stuff

This commit is contained in:
gyoder 2025-12-31 16:24:20 -07:00
parent 9de729fb7f
commit 38ab92fa59
2 changed files with 59 additions and 26 deletions

View file

@ -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,