From 13a0a85bc27845a4854cb96f9e0f0c910a766a18 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 20 Mar 2025 17:48:42 -0400 Subject: [PATCH] new enemy config --- .idea/editor.xml | 251 ++---------------------------------------- CMakeLists.txt | 2 +- include/config.h | 33 ++++++ include/enemies.h | 11 +- include/map.h | 28 ++++- lib/blt-with-graphics | 2 +- pullall.sh | 8 ++ src/map.cpp | 31 +++++- 8 files changed, 115 insertions(+), 251 deletions(-) create mode 100644 include/config.h create mode 100755 pullall.sh diff --git a/.idea/editor.xml b/.idea/editor.xml index d636c73..d04f5f3 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -283,247 +283,14 @@