rts camera

This commit is contained in:
2024-05-05 00:39:27 -04:00
parent ed94f77323
commit 7b6cae39b7
12 changed files with 112 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
use bevy::prelude::*;
use camera_system::prelude::PhosCamera;
use crate::camera_system::components::PhosCamera;
pub struct RenderDistancePlugin;