Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -2,9 +2,8 @@ for i = 1 to 4
col = 000
y = 100 - i * 25
for x = 0 step i / 4 to 100 - i / 4
color col
move x y
rect i / 4 25
gcolor col
grect x y i / 4 25
col = 999 - col
.
.