From 1be1b49ad519244b6f3279a3f206434f8efbb521 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 29 Oct 2025 15:07:09 +0100 Subject: [PATCH] updated map loader TODO notes --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 2f619b7..7565ce9 100644 --- a/TODO.md +++ b/TODO.md @@ -27,7 +27,9 @@ [ ] only one action may be active at a time (e.g. spread, attack etc) actions may be animated (e.g. attack shows a sword sprite) [ ] when the cursor hovers over a tile show info about it in window (e.g. ant number, food number, controlling actor) - +[ ] Loading is based on patterns. Each pattern has 20 tiles (with all infos) + when a row is rendered objects are loaded and executed (e.g. change pattern) + the map is loaded into a map buffer and then fully rendered to the screen ## Actors -- 2.30.2