fixed hex coords, added tile walls

This commit is contained in:
2024-03-31 01:37:25 -04:00
parent b7853beb88
commit 45d4e8cfa0
7 changed files with 74 additions and 89 deletions

View File

@@ -1,4 +1,4 @@
use bevy::{pbr::wireframe::WireframePlugin, prelude::*};
use bevy::prelude::*;
use bevy_inspector_egui::quick::WorldInspectorPlugin;
mod phos;
use phos::PhosGamePlugin;