include fonts

This commit is contained in:
saintfrater 2026-02-27 10:16:33 +01:00
commit 98d6b66e72
9 changed files with 15 additions and 4 deletions

BIN
src/assets/6X8.F08 Normal file

Binary file not shown.

BIN
src/assets/8X8.F08 Normal file

Binary file not shown.

BIN
src/assets/8X8ITAL.F08 Normal file

Binary file not shown.

BIN
src/assets/8X8THIN.F08 Normal file

Binary file not shown.

BIN
src/assets/CGA-TH.F08 Normal file

Binary file not shown.

BIN
src/assets/FM-T-437.F08 Normal file

Binary file not shown.

View file

@ -308,10 +308,10 @@ gui_slider_update_pixels:
.set_min:
; Si la valeur est sous le minimum, on colle au début
movzx ax, word [gs:si + widget.x]
mov ax, word [gs:si + widget.x]
cmp byte [gs:si + widget.attr_mode], 2
jne .force_store
movzx ax, word [gs:si + widget.y]
mov ax, word [gs:si + widget.y]
.force_store:
mov [gs:si + widget.thumb_pos], ax