summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/bambball.lay
blob: 5e9ae6f9c70f724f85e3fb7ee14696a9cbdd6da0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
    
               
           
   



                        

                                                                                               

















                                                                           

















                                                                                                           
 
                                                                                            


                                                                                                                         
 

                                                   







                                                                                  
 
                               









                                                                                                        
 








                                                                                                         
 


                                                                                                          


               
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="green"><rect><color red="0.4" green="1.0" blue="0.4" /></rect></element>

	<element name="basket">
		<rect>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="0" y="0.95" width="1.3" height="0.3" />
		</rect>
		<rect>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="0" y="1.65" width="1.3" height="0.3" />
		</rect>
		<disk>
			<color red="0.85" green="0.85" blue="0.85" />
			<bounds x="1" y="0" width="5" height="3" />
		</disk>
		<disk>
			<color red="0" green="0" blue="0" />
			<bounds x="1.3" y="0.3" width="4.4" height="2.4" />
		</disk>
	</element>

	<element name="text_1"><text string="1"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_2"><text string="2"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_3"><text string="3"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_4"><text string="4"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_5"><text string="5"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_6"><text string="6"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_7"><text string="7"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_8"><text string="8"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_9"><text string="9"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_h"><text string="H"><color red="0.8" green="0.8" blue="0.8" /></text></element>
	<element name="text_v"><text string="V"><color red="0.8" green="0.8" blue="0.8" /></text></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="8.3" right="107.6" top="5.8" bottom="37.9" />

		<screen index="0"><bounds x="10" y="10" width="96" height="23.9" /></screen>
		<collection name="Color Overlay">
			<element ref="green" blend="multiply"><bounds x="10" y="10" width="96" height="23.9" /></element>
		</collection>

		<!-- baskets (simplified) -->
		<collection name="Baskets Overlay">
			<element ref="basket" blend="add">
				<bounds x="8.3" y="13.7" width="6" height="3" />
			</element>
			<element ref="basket" blend="add">
				<bounds x="101.6" y="13.7" width="6" height="3" />
				<orientation flipx="yes" />
			</element>
		</collection>

		<!-- labels -->
		<collection name="Labels">
			<element ref="text_1"><bounds x="11.1" y="6.2" width="5" height="3" /></element>
			<element ref="text_2"><bounds x="22.2" y="6.2" width="5" height="3" /></element>
			<element ref="text_3"><bounds x="33.3" y="6.2" width="5" height="3" /></element>
			<element ref="text_4"><bounds x="44.4" y="6.2" width="5" height="3" /></element>
			<element ref="text_5"><bounds x="55.5" y="6.2" width="5" height="3" /></element>
			<element ref="text_6"><bounds x="66.6" y="6.2" width="5" height="3" /></element>
			<element ref="text_7"><bounds x="77.7" y="6.2" width="5" height="3" /></element>
			<element ref="text_8"><bounds x="88.8" y="6.2" width="5" height="3" /></element>
			<element ref="text_9"><bounds x="99.9" y="6.2" width="5" height="3" /></element>

			<element ref="text_1"><bounds x="11.1" y="34.5" width="5" height="3" /></element>
			<element ref="text_2"><bounds x="22.2" y="34.5" width="5" height="3" /></element>
			<element ref="text_3"><bounds x="33.3" y="34.5" width="5" height="3" /></element>
			<element ref="text_4"><bounds x="44.4" y="34.5" width="5" height="3" /></element>
			<element ref="text_5"><bounds x="55.5" y="34.5" width="5" height="3" /></element>
			<element ref="text_6"><bounds x="66.6" y="34.5" width="5" height="3" /></element>
			<element ref="text_7"><bounds x="77.7" y="34.5" width="5" height="3" /></element>
			<element ref="text_8"><bounds x="88.8" y="34.5" width="5" height="3" /></element>
			<element ref="text_9"><bounds x="99.9" y="34.5" width="5" height="3" /></element>

			<element ref="text_h"><bounds x="7.8" y="6.2" width="5" height="3" /></element>
			<element ref="text_v"><bounds x="103.1" y="34.5" width="5" height="3" /></element>
		</collection>

	</view>
</mamelayout>