Show guistyle.xml syntax highlighted
<?xml version="1.0" encoding="latin-1" ?>
<resources>
<section name="FontGlyphs">
<sprite name="font_black">
<image file="fonts/font_black.tga">
<alpha />
</image>
</sprite>
<sprite name="font_gray">
<image file="fonts/font_gray.tga">
<alpha />
</image>
</sprite>
</section>
<section name="Window">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<font name="font_disabled">
<bitmap glyphs="FontGlyphs/font_gray" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<surface name="surface_help" file="window/help.tga" />
<surface name="surface_help_disabled" file="window/help_disabled.tga" />
<surface name="surface_close" file="window/close.tga" />
<surface name="surface_close_disabled" file="window/close_disabled.tga" />
<surface name="surface_maximize" file="window/maximize.tga" />
<surface name="surface_maximize_disabled" file="window/maximize_disabled.tga" />
<surface name="surface_minimize" file="window/minimize.tga" />
<surface name="surface_minimize_disabled" file="window/minimize_disabled.tga" />
<surface name="surface_restore" file="window/restore.tga" />
<surface name="surface_restore_disabled" file="window/restore_disabled.tga" />
</section>
<section name="Button">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<font name="font_disabled">
<bitmap glyphs="FontGlyphs/font_gray" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="InputBox">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<font name="font_disabled">
<bitmap glyphs="FontGlyphs/font_gray" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="Label">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="ListBox">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="CheckBox">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~"/>
</font>
<font name="font_disabled">
<bitmap glyphs="FontGlyphs/font_gray" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~"/>
</bitmap>
<surface name="surface_checked" file="checkbox/checked.tga" />
<surface name="surface_unchecked" file="checkbox/unchecked.tga" />
<surface name="surface_checked_disabled" file="checkbox/checked_disabled.tga" />
<surface name="surface_unchecked_disabled" file="checkbox/unchecked_disabled.tga" />
</section>
<section name="ProgressBar">
<surface name="surface_foreground" file="scrollbar/foreground.tga" />
<surface name="surface_background" file="scrollbar/background.tga" />
</section>
<section name="RadioButton">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~"/>
</font>
<surface name="surface_checked" file="radiobutton/checked.tga" />
<surface name="surface_unchecked" file="radiobutton/unchecked.tga" />
<surface name="surface_checked_disabled" file="radiobutton/checked_disabled.tga" />
<surface name="surface_unchecked_disabled" file="radiobutton/unchecked_disabled.tga" />
</section>
<section name="TreeView">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="TreeViewItem">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
</section>
<section name="MessageBox">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<integer name="min_width" value="200" />
<boolean name="fixed_size_buttons" value="true" />
<integer name="min_button_width" value="80" />
<integer name="min_button_height" value="20" />
</section>
<section name="InputDialog">
<integer name="min_width" value="50" />
<boolean name="fixed_size_buttons" value="true" />
<integer name="min_button_width" value="80" />
<integer name="min_button_height" value="20" />
</section>
<section name="Menu">
<surface name="submenu_arrow" file="menu/arrow.png" />
</section>
<section name="MenuItem">
<font name="font">
<bitmap glyphs="FontGlyphs/font_black" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<font name="font_disabled">
<bitmap glyphs="FontGlyphs/font_gray" spacelen="4" letters="!'#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~" />
</font>
<surface name="checked" file="menu/checked.png" />
<surface name="unchecked" file="menu/unchecked.png" />
</section>
</resources>
See more files for this project here
FreePop is a multi-platform tile-based game based on the great old game Populous 2 by Bullfrog Productions Ltd., but much improved.
Project homepage:
http://sourceforge.net/projects/freepop
Programming language(s): C++
License: other
checkbox/
checked.png
checked.tga
checked_disabled.png
checked_disabled.tga
unchecked.png
unchecked.tga
unchecked_disabled.png
unchecked_disabled.tga
effects/
firecolumn/
begin/
001.png
002.png
003.png
004.png
005.png
006.png
007.png
008.png
009.png
010.png
011.png
012.png
013.png
014.png
015.png
016.png
017.png
018.png
019.png
020.png
021.png
022.png
023.png
024.png
025.png
026.png
027.png
028.png
029.png
030.png
031.png
032.png
033.png
034.png
035.png
036.png
037.png
038.png
039.png
040.png
041.png
042.png
043.png
044.png
045.png
046.png
047.png
048.png
049.png
050.png
051.png
052.png
053.png
054.png
055.png
056.png
057.png
058.png
059.png
060.png
end/
001.png
002.png
003.png
004.png
005.png
006.png
007.png
008.png
009.png
010.png
011.png
012.png
013.png
014.png
015.png
016.png
017.png
018.png
019.png
020.png
021.png
022.png
023.png
024.png
025.png
026.png
027.png
028.png
029.png
030.png
031.png
032.png
033.png
034.png
035.png
036.png
037.png
038.png
039.png
040.png
041.png
042.png
043.png
044.png
045.png
046.png
047.png
048.png
049.png
050.png
051.png
052.png
053.png
054.png
055.png
056.png
057.png
058.png
059.png
060.png
normal/
001.png
002.png
003.png
004.png
005.png
006.png
007.png
008.png
009.png
010.png
011.png
012.png
013.png
014.png
015.png
016.png
017.png
018.png
019.png
020.png
swamp/
blank/
entities/
crops/
peepmagnets/
peeps/
rocks/
towns/
trees/
fonts/
font_black.tga
font_gray.tga
sans_14_white.png
simple_black.png
simple_gray.png
gui/
main/
menu/
arrow.png
checked.png
unchecked.png
progressbar/
background.tga
foreground.tga
radiobutton/
checked.png
checked.tga
checked_disabled.png
checked_disabled.tga
unchecked.png
unchecked.tga
unchecked_disabled.png
unchecked_disabled.tga
scrollbar/
background.tga
foreground.tga
tiles/
blank/
snow/
temperate/
window/
close.tga
close_disabled.tga
help.tga
help_disabled.tga
maximize.tga
maximize_disabled.tga
minimize.tga
minimize_disabled.tga
restore.tga
restore_disabled.tga
Makefile.am
SLOPES
blank-button.png
button-close-over.png
button-close.png
button-fight-selected.png
button-fight.png
button-fire-column-over.png
button-fire-column.png
button-follow-selected.png
button-follow.png
button-forestify-over.png
button-forestify.png
button-join-selected.png
button-join.png
button-land-updown-over.png
button-land-updown.png
button-mag-in-over.png
button-mag-in.png
button-mag-out-over.png
button-mag-out.png
button-pause-over.png
button-pause.png
button-peep-create-over.png
button-peep-create.png
button-rotate-anticlock-over.png
button-rotate-anticlock.png
button-rotate-clock-over.png
button-rotate-clock.png
button-settle-selected.png
button-settle.png
cursor-busy.png
cursor-default.png
cursor-firecolumn.png
cursor-landmanip.png
cursor-paused.png
cursor-peep.png
default_rules.cfg
diamond.png
diamond_small.png
gui.xml
guistyle.xml
loading.png
resources.xml
waiting.png