Fixed frame once again

This commit is contained in:
Stefan 2026-05-10 14:59:14 +02:00 committed by GitHub
parent 8cbfa43a90
commit c5b9252988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ All characters are stored in a single bitmap strip. The `tf_CharLoc` table tells
``` ```
tf_CharData bitmap: tf_CharData bitmap:
┌──┬───┬──┬───┬──┬──┬───────────────────┐ ┌──┬───┬──┬───┬──┬──┬───────────────────┐
│A │ B │C │ D │E │F │ ... all chars ... │A │ B │C │ D │E │F │ ... all chars ... │
└──┴───┴──┴───┴──┴──┴───────────────────┘ └──┴───┴──┴───┴──┴──┴───────────────────┘
tf_CharLoc[ch - tf_LoChar]: tf_CharLoc[ch - tf_LoChar]: