-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathCraftdwarfs.xml
52 lines (46 loc) · 1.18 KB
/
Craftdwarfs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" ?>
<building name="Craftdwarfs Workshop" gameID="building_craftdwarfs_workshopst" file="workshop.png">
<!-- benches block -->
<if>
<!-- replace this with position index if required -->
<BuildingOccupancy value="3" />
<!-- benches -->
<include file="wsBenches.xml"/>
</if>
<else>
<include file="wsUpperBorder.xml"/>
</else>
<!-- end benches block -->
<!-- contents -->
<if>
<PositionIndex value="0" />
<rotate>
<sprite index = "164" offsetx="2" offsety="1"/>
<sprite index = "165"/>
<sprite index = "164"/>
<sprite index = "165"/>
</rotate>
</if>
<else>
<PositionIndex value="8" />
<sprite index = "170" />
</else>
<if>
<BuildingOccupancy value="3" />
<if>
<PositionIndex value="2" />
<sprite index = "168" offsetx="2" offsety="-2" />
<sprite index = "169" offsetx="-3" offsety="-2" />
</if>
<if>
<PositionIndex value="3" />
<sprite index = "166" offsetx="2" offsety="-2"/>
</if>
<if>
<PositionIndex value="7" />
<sprite index = "163" />
</if>
</if>
<include file="ws3x3Blueprint.xml"/>
<include file="wsLowerBorder.xml"/>
</building>