-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.xml
More file actions
63 lines (58 loc) · 1.69 KB
/
example.xml
File metadata and controls
63 lines (58 loc) · 1.69 KB
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
53
54
55
56
57
58
59
60
61
62
63
<games>
<!-- Single-row slots machine -->
<slots world="world">
<top x="" y="" z=""/>
<middle x="" y="" z=""/>
<bottom x="" y="" z=""/>
<button x="" y="" z=""/>
</slots>
<!-- Triple-row slots machine -->
<tripleslots world="world">
<top1 x="" y="" z=""/>
<top2 x="" y="" z=""/>
<top3 x="" y="" z=""/>
<middle1 x="" y="" z=""/>
<middle2 x="" y="" z=""/>
<middle3 x="" y="" z=""/>
<bottom1 x="" y="" z=""/>
<bottom2 x="" y="" z=""/>
<bottom3 x="" y="" z=""/>
<button x="" y="" z=""/>
</tripleslots>
<!-- Hot or not machine -->
<lovetester world="world">
<top x="" y="" z=""/>
<bottom x="" y="" z=""/>
<head x="" y="" z=""/>
<sign x="" y="" z=""/>
<button x="" y="" z=""/>
</lovetester>
<!-- Compatibility tester -->
<compatibility world="world">
<blocks>
<block x="" y="" z=""/>
<block x="" y="" z=""/>
<block x="" y="" z=""/>
<block x="" y="" z=""/>
</blocks>
<head1 x="" y="" z=""/>
<head2 x="" y="" z=""/>
<button1 x="" y="" z=""/>
<button2 x="" y="" z=""/>
<sign x="" y="" z=""/>
</compatibility>
<!-- Simple roulette -->
<roulette world="world">
<head x="" y="" z=""/>
<button x="" y="" z=""/>
<win direction="NORTH"/>
</roulette>
<!-- Blackjack table -->
<blackjack world="world">
<hitme x="" y="" z=""/>
<stand x="" y="" z=""/>
<info x="" y="" z=""/>
<cards1to3 x="" y="" z=""/>
<cards4to6 x="" y="" z=""/>
</blackjack>
</games>