From: Lukas Krickl Date: Wed, 29 Oct 2025 14:07:09 +0000 (+0100) Subject: updated map loader TODO notes X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1be1b49ad519244b6f3279a3f206434f8efbb521;p=gbrg%2F.git updated map loader TODO notes --- 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