Skip to content

Instantly share code, notes, and snippets.

@Nek
Created June 29, 2012 07:51
Show Gist options
  • Save Nek/3016546 to your computer and use it in GitHub Desktop.
Save Nek/3016546 to your computer and use it in GitHub Desktop.
Strange builder behaviour
return b()
.add(
b("thing")
.rect([0,0], [100,50])
.text([100,100], "Start Game", 26, "Arial"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment