forked from MightyPork/crsn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
204 B
15 lines
204 B
4 years ago
|
(
|
||
|
(sc-init 512 512)
|
||
|
(sc-opt SCREEN_UPSCALE 32)
|
||
|
|
||
|
(sc-wr 0 0 #ff00ff)
|
||
|
(sc-wr 1 1 #ffff00)
|
||
|
(sc-wr 15 15 #00ff00)
|
||
|
(sc-blit)
|
||
|
|
||
|
(:l)
|
||
|
(sc-poll)
|
||
|
(mslp 100)
|
||
|
(j :l)
|
||
|
)
|