source: tags/1.3.1/Graphics/System.grs

Last change on this file was 314, checked in by chronos, 3 years ago
  • Added: Graphic set can now load dimensions of its graphic set items from a file. This effort should help with elimination of hardcoded graphic items dimensions in graphics sets. Gradually all graphic sets should have description of their items.
File size: 375 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<GraphicSet>
3 <Items>
4 <Item>
5 <Name>CityMark1</Name>
6 <Left>66</Left>
7 <Top>47</Top>
8 <Width>10</Width>
9 <Height>10</Height>
10 </Item>
11 <Item>
12 <Name>CityMark2</Name>
13 <Left>77</Left>
14 <Top>47</Top>
15 <Width>10</Width>
16 <Height>10</Height>
17 </Item>
18 </Items>
19</GraphicSet>
Note: See TracBrowser for help on using the repository browser.