uxn

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

commit 1c74aa173147b19135f1bf21af5fb30f9b76e02d
parent 31b282d5de7a108a8c704bd8bdb7247e7e47390c
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sat, 15 Jun 2024 19:25:15 -0800

(bifurcan) Improved responsiveness

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

diff --git a/projects/examples/demos/bifurcan.tal b/projects/examples/demos/bifurcan.tal @@ -23,8 +23,8 @@ ;on-mouse .Mouse/vector DEO2 ;on-button .Controller/vector DEO2 ( | find center ) - .Screen/width DEI2 #01 SFT2 .center/x STZ2 - .Screen/height DEI2 #01 SFT2 .center/y STZ2 + .Screen/width DEI2 #01 SFT2 #33 SFT2 .center/x STZ2 + .Screen/height DEI2 #01 SFT2 #33 SFT2 .center/y STZ2 ( | background ) ;tiles <cover-pattern> <redraw>