Created
August 15, 2010 20:37
-
-
Save nanodeath/525927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<skin name="Snow" author="Michael Swiger" version="1.0" loader="1.0"> | |
<widget name="Button"> | |
<style> | |
<image name="Background" source="snow.png" x="0" y="0" width="20" height="20" /> | |
<font source="fonts/kewlstuff.ttf" color="#FF0000" size="12" /> | |
</style> | |
<style name="Hover"> | |
<image name="Background" source="snow.png" x="0" y="20" width="20" height="20" /> | |
</style> | |
<style name="Activated"> | |
<image name="Background" source="snow.png" width="20" height="20" loop="false"> | |
<frame time="100" x="0" y="20" /> | |
<frame time="100" x="0" y="40" /> | |
<frame time="100" x="0" y="60" /> | |
</image> | |
<sound name="Activated" source="button-clicked.wav" /> | |
</style> | |
</widget> | |
</skin> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skin: | |
meta: | |
name: Snow | |
author: Michael Swiger | |
version: 1.0 | |
loader: 1.0 | |
widgets: | |
- style: | |
font: | |
size: 12 | |
color: "#FF000" | |
source: fonts/kewlstuff | |
image: | |
name: Background | |
x: 0 | |
y: 0 | |
height: 20 | |
source: snow.png | |
width: 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment