Skip to content

Instantly share code, notes, and snippets.

@secretrobotron
Created January 3, 2013 16:26
Show Gist options
  • Save secretrobotron/4444699 to your computer and use it in GitHub Desktop.
Save secretrobotron/4444699 to your computer and use it in GitHub Desktop.
Sketch of markup for a portable "webmaker character"
<webmaker>
<character base="http://webmaker.org/assets/characters/bases/biped2">
<style>
<head type="g-man">
<glasses url="http://webmaker.org/assets/characters/styles/head/sunglasses" />
</head>
<body type="clown">
<pants type="silly" />
</body>
</style>
<abilities>
<ability url="http://webmaker.org/assets/characters/abilities/biped/super-jump" />
<ability type="jump" disable />
</abilities>
</character>
</webmaker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment