Skip to content

Instantly share code, notes, and snippets.

@digi604
Created March 15, 2011 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digi604/870747 to your computer and use it in GitHub Desktop.
Save digi604/870747 to your computer and use it in GitHub Desktop.
<App>
<Skin path="env/skins/master.png" name="master">
<Bitmap name="PlayButton" x="20" y="20" w="100" h="20"/>
<BitmapList name="SponsorFlags">
<item x="20" y="20" w="20" h="20"/>
<item x="20" y="40" w="20" h="20"/>
<item x="20" y="60" w="20" h="20"/>
<item x="20" y="80" w="20" h="20"/>
</BitmapList>
<ToggleSkin name="playerPlateVoteBtn" x="500" y="600" w="182" h="29" xLeft="10" xRight="10"/>
<ThreeGridSkinV name="pt2" x="500" y="600" w="182" h="29" xTop="10" xBottom="10"/>
<ThreeGridSkinH name="pt2" x="500" y="600" w="182" h="29" xLeft="10" xTop="10"/>
</Skin>
<Skin path="env/skins/ads.png" name="ads">
<Bitmap name="PlayButton" x="20" y="20" w="100" h="20"/>
<BitmapList name="SponsorFlags">
<item x="20" y="20" w="20" h="20"/>
<item x="20" y="40" w="20" h="20"/>
<item x="20" y="60" w="20" h="20"/>
<item x="20" y="80" w="20" h="20"/>
</BitmapList>
<ToggleSkin name="playerPlateVoteBtn" x="500" y="600" w="182" h="29" xLeft="10" xRight="10"/>
<ThreeGridSkinV name="pt2" x="500" y="600" w="182" h="29" xTop="10" xBottom="10"/>
<ThreeGridSkinH name="pt2" x="500" y="600" w="182" h="29" xLeft="10" xTop="10"/>
</Skin>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment