Skip to content

Instantly share code, notes, and snippets.

@gltovar
Created September 25, 2013 20:30
Show Gist options
  • Save gltovar/6705563 to your computer and use it in GitHub Desktop.
Save gltovar/6705563 to your computer and use it in GitHub Desktop.
<definition id="button" width="100" height="25">
<text use_def="sans12c" color="0xffffff">
<color id="over" value="0xffff00"/>
</text>
<graphic id="all" image="ui/buttons/button_blue" slice9="6,6,12,12"/>
</definition>
<button id="btn0" use_def="button" x="0" y="-5" label="$START_GAME" width="300" height="200">
<anchor x="back.center" x-flush="center" y="back.bottom" y-flush="bottom"/>
<param type="int" value="0"/>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment