feat(objects): implement hmd spatial again (i forgor)

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-07-16 03:05:45 +02:00
parent a8144dbd22
commit a8b5ff47a6
4 changed files with 114 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ impl Plugin for FlatscreenInputPlugin {
#[derive(Component)]
#[require(Camera3d)]
struct FlatscreenCam;
pub struct FlatscreenCam;
fn setup(mut cmds: Commands) {
let Ok(pointer) =