Data update

This commit is contained in:
Ingy döt Net 2023-09-16 17:28:03 -07:00
parent 5af6d93694
commit 796d366b97
455 changed files with 7413 additions and 1900 deletions

View file

@ -1,3 +1,3 @@
color 900
move 99 99
rect 1 1
move 50 50
rect 0.5 0.5

View file

@ -0,0 +1,5 @@
/* Matrix that represents the window and the pixel positioned in it */
ematrix(320,240,1,100,100)$
/* Drawing the window and the pixel as needed */
wxdraw2d(palette = [white,gray,red], image(%,0,0,320,240))$