uxn

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

commit 5e6edf7035faea0de1da3af982d264097117be70
parent b20c150922c96262e2ddc88478690127c898b13f
Author: neauoire <aliceffekt@gmail.com>
Date:   Fri,  5 Mar 2021 13:58:43 -0800

Fixed broken strings

Diffstat:
Mexamples/dev.console.usm | 4++--
Mexamples/dev.mouse.usm | 11+++++------
Mexamples/gui.label.usm | 6+++---
Mexamples/gui.shapes.usm | 2+-
4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/examples/dev.console.usm b/examples/dev.console.usm @@ -21,8 +21,8 @@ BRK RTS -@text1 [ Hello World 0a00 ] ( store text with a linebreak and null byte ) -@text2 [ Welcome to UxnVM 0a00 ] +@text1 [ Hello 20 World 0a00 ] ( store text with a linebreak and null byte ) +@text2 [ Welcome 20 to 20 UxnVM 0a00 ] |c000 @FRAME |d000 @ERROR diff --git a/examples/dev.mouse.usm b/examples/dev.mouse.usm @@ -158,6 +158,10 @@ RTS @clear_icn [ 0000 0000 0000 0000 ] @cursor_icn [ 80c0 e0f0 f8e0 1000 ] +@mouse0_icn [ 7c82 92ee 8282 4438 ] +@mouse1_icn [ 7cf2 f2ee 8282 4438 ] +@mouse2_icn [ 7c9e 9eee 8282 4438 ] +@mouse12_icn [ 7cfe feee 8282 4438 ] @polycat [ 081c 3e3e 7f7f ffff 081c 3e3e 7f7f fffc @@ -176,11 +180,6 @@ RTS c0f0 f0e0 e080 8000 c0f1 faf9 fef8 b000 ] -@mouse0_icn [ 7c82 92ee 8282 4438 ] -@mouse1_icn [ 7cf2 f2ee 8282 4438 ] -@mouse2_icn [ 7c9e 9eee 8282 4438 ] -@mouse12_icn [ 7cfe feee 8282 4438 ] - @font ( spectrum-zx font ) [ 0000 0000 0000 0000 0000 2400 7e3c 0000 0000 2400 3c42 0000 0000 6c7c 7c38 1000 @@ -217,7 +216,7 @@ RTS 0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c ] -@mouse0_text [ no click 00 ] +@mouse0_text [ no 20 click 00 ] @mouse1_text [ mouse 1_ 00 ] @mouse2_text [ mouse _2 00 ] @mouse12_text [ mouse 12 00 ] diff --git a/examples/gui.label.usm b/examples/gui.label.usm @@ -121,9 +121,9 @@ RTS 0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c ] -@text1 [ Left Aligned 00 ] -@text2 [ Middle Aligned 00 ] -@text3 [ Right Aligned 00 ] +@text1 [ Left 20 Aligned 00 ] +@text2 [ Middle 20 Aligned 00 ] +@text3 [ Right 20 Aligned 00 ] @text4 [ even 00 ] @text5 [ odd 00 ] diff --git a/examples/gui.shapes.usm b/examples/gui.shapes.usm @@ -140,7 +140,7 @@ RTS 0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c ] -@text [ Label Text 00 ] ( add characters to memory ) +@text [ Label 20 Text 00 ] ( add characters to memory ) |c000 @FRAME BRK |d000 @ERROR BRK