beginning of action system

This commit is contained in:
awtterpip
2024-03-13 20:15:01 -05:00
parent db3539d975
commit e7e156666c
4 changed files with 131 additions and 8 deletions

View File

@@ -277,5 +277,5 @@ pub struct XrGraphicsInfo {
pub format: wgpu::TextureFormat,
}
#[derive(Clone, Resource)]
#[derive(Clone, Resource, ExtractResource)]
pub struct XrViews(pub Vec<Entity>);