From e135ddfe4d507bf3c504af79af524165f3fb0eb0 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 21 Dec 2024 06:33:18 +0100 Subject: [PATCH] Added notes about scrolling --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 64a9e5e..f377740 100644 --- a/TODO.md +++ b/TODO.md @@ -31,3 +31,8 @@ A player can either go north, west, east or south. The target room of a transition should be stored in a room exit table. When a transition happens the state of the previous room should be written back to sram (e.g. actor table). If possible make the animation smooth instead of simply blanking the screen. +Scroll offsets need to be applied to: + Actor objects + Player objects + The UI +After a transition the UI needs to be redrawn again. -- 2.30.2