From 76ba9ff3773e6f06d084ef899b05051023dde23f Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 18 Mar 2025 15:04:00 -0400 Subject: [PATCH] curves --- .idea/editor.xml | 263 ++++++++++++++++++++++++++++++++++++++---- .idea/vcs.xml | 4 - CMakeLists.txt | 2 +- include/enemies.h | 2 +- include/game.h | 30 +++-- include/map.h | 55 +++++++++ lib/blt-with-graphics | 2 +- res/enemy.png | Bin 0 -> 3159 bytes src/main.cpp | 10 +- src/map.cpp | 29 +++++ 10 files changed, 354 insertions(+), 43 deletions(-) create mode 100644 include/map.h create mode 100644 res/enemy.png create mode 100644 src/map.cpp diff --git a/.idea/editor.xml b/.idea/editor.xml index 12f1328..bf1be31 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -284,29 +284,244 @@