6501b56f88e487826a4a53d6f19c10d1b0150fef
[shipsimu.git] / application / ship-simu / templates / images / de / image / base_code.xml
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <image>
3         <type value="{?image_type?}" />
4         <base>
5                 <name value="{?image_name?}" />
6         </base>
7         <resolution>
8                 <width value="{?image_width?}" />
9                 <height value="{?image_height?}" />
10         </resolution>
11         <background-color>
12                 <red value="{?image_bg_red?}" />
13                 <green value="{?image_bg_green?}" />
14                 <blue value="{?image_bg_blue?}" />
15         </background-color>
16         <foreground-color>
17                 <red value="{?image_fg_red?}" />
18                 <green value="{?image_fg_green?}" />
19                 <blue value="{?image_fg_blue?}" />
20         </foreground-color>
21         <image-string value="groupable">
22                 <string-name value="{?image_string_name?}" />
23                 <x value="{?image_x?}" />
24                 <y value="{?image_y?}" />
25                 <font-size value="{?image_size?}" />
26                 <text value="{?image_string?}" />
27         </image-string>
28 </image>