update inspector

added general render distance system
This commit is contained in:
2024-05-01 20:48:44 -04:00
parent 1e8aaa502d
commit 7732d5ebda
14 changed files with 627 additions and 156 deletions

View File

@@ -8,6 +8,7 @@ mod map_init;
mod phos;
mod prelude;
mod shader_extensions;
mod utlis;
use phos::PhosGamePlugin;
fn main() {