diff --git a/game/src/utilities/map_loader.rs b/game/src/utilities/map_loader.rs new file mode 100644 index 0000000..445f3dd --- /dev/null +++ b/game/src/utilities/map_loader.rs @@ -0,0 +1,6 @@ +use tiled::* + +pub struct Level { + pub map: Map, + +}