39781ef95acbdbab0af3ee5fb5991e24b2c456c4
[shipsimu.git] / templates / images / de / image / base_image.img
1 <image>
2         <type value="{?image_type?}" />
3         <resolution>
4                 <width value="{?image_width?}" />
5                 <height value="{?image_height?}" />
6         </resolution>
7         <background-color>
8                 <red value="{?image_bg_red?}" />
9                 <green value="{?image_bg_green?}" />
10                 <blue value="{?image_bg_blue?}" />
11         </background-color>
12         <foreground-color>
13                 <red value="{?image_bg_red?}" />
14                 <green value="{?image_bg_green?}" />
15                 <blue value="{?image_bg_blue?}" />
16         </foreground-color>
17         <image-string>
18                 <text value="{?image_string?}" />
19         </image-string>
20 </image>