uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit eadfdbe898a9a58dc9315a2ef8c82c2761c853d8
parent a7e608adf1c16d62ea7c14d4e9d864f10620bb2f
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun,  4 Jul 2021 19:19:08 -0700

Use uf1/uf2/uf3 in font example

Diffstat:
Mprojects/examples/demos/font.tal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/examples/demos/font.tal b/projects/examples/demos/font.tal @@ -47,7 +47,7 @@ ;font-path-small .File/name DEO2 ;font-data .File/load DEO2 ( draw label ) - #0030 #00b8 ;footer #23 ;draw-uf2 JSR2 + #0030 #00b8 ;footer #23 ;draw-uf1 JSR2 BRK @@ -186,6 +186,6 @@ RTN @font-path-medium "projects/fonts/venice14.uf2 $1 @font-path-small - "projects/fonts/newyork12.uf2 $1 + "projects/fonts/atari.uf1 $1 @font-data \ No newline at end of file