separate map from graphics

This commit is contained in:
2026-02-18 10:20:43 -08:00
parent 2646e96c33
commit d0e71b8431
7 changed files with 100 additions and 74 deletions

View File

@@ -1,7 +1,8 @@
pub mod bot;
pub mod graphics;
pub mod map;
pub mod head;
pub mod surface;
// pub mod surface;
pub mod graphics;
// Create Surface
// Create Graphics from map file and with surface as sample