blob: 8bc70f087110a67fc764e6ba1254f9abb4664890 (
plain) (
blame)
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- define elements -->
<element name="shutter1" defstate="0">
<rect state="0"><color red="0" green="0" blue="0" /></rect>
</element>
<element name="shutter2" defstate="0">
<rect state="1"><color red="0" green="0" blue="0" /></rect>
</element>
<!-- build screen -->
<view name="3D Scope Straight View">
<!-- parallel-eyed -->
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter" ref="shutter1"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds left="4.03" top="0" right="8.03" bottom="3" /></screen>
<element name="shutter" ref="shutter2"><bounds left="4.03" top="0" right="8.03" bottom="3" /></element>
</view>
<view name="3D Scope Cross View">
<!-- cross-eyed -->
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter" ref="shutter2"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds left="4.03" top="0" right="8.03" bottom="3" /></screen>
<element name="shutter" ref="shutter1"><bounds left="4.03" top="0" right="8.03" bottom="3" /></element>
</view>
<view name="3D Scope Left">
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter" ref="shutter1"><bounds left="0" top="0" right="4" bottom="3" /></element>
</view>
<view name="3D Scope Right">
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter" ref="shutter2"><bounds left="0" top="0" right="4" bottom="3" /></element>
</view>
</mamelayout>
|