texture mapping

This commit is contained in:
2024-04-01 23:54:50 -04:00
parent 23ae1391c0
commit 83dbf82478
9 changed files with 66 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
use bevy::prelude::*;
use bevy_inspector_egui::quick::WorldInspectorPlugin;
mod phos;
mod prelude;
use phos::PhosGamePlugin;
fn main() {