refactor: separate map parsing into MapTileParser, get tests working

This commit is contained in:
2025-07-28 16:10:50 -05:00
parent a27f85279e
commit c5ca7302c2
4 changed files with 184 additions and 46 deletions

View File

@@ -1,7 +1,5 @@
use glam::Vec2;
use crate::entity::direction::DIRECTIONS;
use super::direction::Direction;
/// A unique identifier for a node, represented by its index in the graph's storage.