uxn

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

commit 2783e2945f2bb3a9d4205fd01a02d98ff040e1bd
parent b522da962e663a7aaf2809e83ac4028481b4470c
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun, 28 Mar 2021 11:02:11 -0700

Write the color on RESET

Diffstat:
Mprojects/software/left.usm | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projects/software/left.usm b/projects/software/left.usm @@ -48,7 +48,7 @@ |0140 ;Keys { key 1 } |0150 ;Mouse { x 2 y 2 state 1 chord 1 } |0160 ;File { pad 8 name 2 length 2 load 2 save 2 } -|01F8 [ ed0f 3d0f 3d0f ] ( palette ) +|01F0 ;System { pad 8 r 2 g 2 b 2 } |0200 ,RESET JMP2 |0204 ,ERROR JMP2 @@ -58,6 +58,8 @@ @RESET + ( theme ) #ed0f =System.r #3d0f =System.g #3d0f =System.b + ( load file ) ,filepath ,load-file JSR2 ( place textarea )