From 33dd909e73e44cbecb89c3aa21a7ea91f918e1d1 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 20 Mar 2025 19:18:06 -0400 Subject: [PATCH] maps and paths --- .idea/editor.xml | 248 ++++++++++++++++++++++++++++++++++++++++-- CMakeLists.txt | 2 +- include/enemies.h | 9 +- include/map.h | 7 +- lib/blt-with-graphics | 2 +- src/enemies.cpp | 2 +- src/main.cpp | 17 ++- src/map.cpp | 27 ++++- 8 files changed, 296 insertions(+), 18 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index d04f5f3..7dc090d 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -45,252 +45,482 @@