Skip to content

Instantly share code, notes, and snippets.

@Nek
Created June 29, 2012 07:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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