Skip to content

Instantly share code, notes, and snippets.

@nmorse
Created June 6, 2019 01:41
Show Gist options
  • Select an option

  • Save nmorse/82855a86126710b2ce57cc3ec9b804ed to your computer and use it in GitHub Desktop.

Select an option

Save nmorse/82855a86126710b2ce57cc3ec9b804ed to your computer and use it in GitHub Desktop.
canvas_basic_module import
list_module import
[{color:{r:255 g:163 b:27 a:0.5}} [pop] dip swap 10 * y set [pop] dip swap 10 * x set swap drop] [rec] def
canvas cb-init cb-clear
[[1 2][2 3][3 4][5 6]] [rec] map
[cb-box true] map-under
drop
[[3 2][4 3][5 4][6 6]] [rec] map
[cb-box true] map-under
drop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment