From 8638f2f58929b0bf4a6f632bbcf534e36cb347a3 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 18 Mar 2025 20:52:30 -0400 Subject: [PATCH] move curve rendering to the blt::gfx engine --- .idea/editor.xml | 5 +---- .idea/vcs.xml | 15 +++++++++++++ CMakeLists.txt | 2 +- include/enemies.h | 2 +- include/map.h | 37 ------------------------------ lib/blt-with-graphics | 2 +- src/main.cpp | 13 ++++++----- src/map.cpp | 52 ------------------------------------------- 8 files changed, 27 insertions(+), 101 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index f5ce3a9..dbe54e8 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -33,7 +33,7 @@