From: Lukas Krickl Date: Sat, 21 Dec 2024 05:33:18 +0000 (+0100) Subject: Added notes about scrolling X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=e135ddfe4d507bf3c504af79af524165f3fb0eb0;p=gbrg%2F.git Added notes about scrolling --- 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.