mirror of
https://github.com/holub/mame
synced 2025-05-13 17:38:21 +03:00
Ok to change all the fake shifter layouts to this?
Less saturation to be less distracting, and less alpha to be less view obstructive
This commit is contained in:
parent
2674258a6f
commit
9804b51e00
@ -3,11 +3,11 @@
|
|||||||
<element name="shifter" defstate="0">
|
<element name="shifter" defstate="0">
|
||||||
<rect>
|
<rect>
|
||||||
<bounds left="0" right="32" top="0" bottom="64" />
|
<bounds left="0" right="32" top="0" bottom="64" />
|
||||||
<color red="0.8" green="0.0" blue="0.0" />
|
<color red="0.8" green="0.4" blue="0.3" />
|
||||||
</rect>
|
</rect>
|
||||||
<rect>
|
<rect>
|
||||||
<bounds left="2" right="30" top="2" bottom="62" />
|
<bounds left="2" right="30" top="2" bottom="62" />
|
||||||
<color red="0.0" green="0.0" blue="0.0" />
|
<color red="0.2" green="0.18" blue="0.16" />
|
||||||
</rect>
|
</rect>
|
||||||
<rect>
|
<rect>
|
||||||
<bounds left="14" right="18" top="15" bottom="49" />
|
<bounds left="14" right="18" top="15" bottom="49" />
|
||||||
@ -23,7 +23,7 @@
|
|||||||
</disk>
|
</disk>
|
||||||
<text string="LOW" state="0">
|
<text string="LOW" state="0">
|
||||||
<bounds left="3" right="29" top="2" bottom="12" />
|
<bounds left="3" right="29" top="2" bottom="12" />
|
||||||
<color red="1.0" green="1.0" blue="0.0" />
|
<color red="1.0" green="1.0" blue="0.4" />
|
||||||
</text>
|
</text>
|
||||||
<text string="LOW" state="1">
|
<text string="LOW" state="1">
|
||||||
<bounds left="3" right="29" top="2" bottom="12" />
|
<bounds left="3" right="29" top="2" bottom="12" />
|
||||||
@ -36,15 +36,15 @@
|
|||||||
</text>
|
</text>
|
||||||
<text string="HIGH" state="1">
|
<text string="HIGH" state="1">
|
||||||
<bounds left="3" right="29" top="52" bottom="62" />
|
<bounds left="3" right="29" top="52" bottom="62" />
|
||||||
<color red="1.0" green="1.0" blue="0.0" />
|
<color red="1.0" green="1.0" blue="0.4" />
|
||||||
</text>
|
</text>
|
||||||
<disk state="0">
|
<disk state="0">
|
||||||
<bounds left="9" right="23" top="14" bottom="28" />
|
<bounds left="9" right="23" top="14" bottom="28" />
|
||||||
<color red="0.8" green="0.0" blue="0.0" />
|
<color red="0.8" green="0.4" blue="0.3" />
|
||||||
</disk>
|
</disk>
|
||||||
<disk state="1">
|
<disk state="1">
|
||||||
<bounds left="9" right="23" top="36" bottom="50" />
|
<bounds left="9" right="23" top="36" bottom="50" />
|
||||||
<color red="0.8" green="0.0" blue="0.0" />
|
<color red="0.8" green="0.4" blue="0.3" />
|
||||||
</disk>
|
</disk>
|
||||||
</element>
|
</element>
|
||||||
<view name="Shifter-R">
|
<view name="Shifter-R">
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</screen>
|
</screen>
|
||||||
<bezel element="shifter" inputtag="SERVICE" inputmask="0x10">
|
<bezel element="shifter" inputtag="SERVICE" inputmask="0x10">
|
||||||
<bounds x="606" y="414" width="32" height="64" />
|
<bounds x="606" y="414" width="32" height="64" />
|
||||||
<color alpha="0.9" />
|
<color alpha="0.6" />
|
||||||
</bezel>
|
</bezel>
|
||||||
</view>
|
</view>
|
||||||
<view name="Shifter-L">
|
<view name="Shifter-L">
|
||||||
@ -62,7 +62,7 @@
|
|||||||
</screen>
|
</screen>
|
||||||
<bezel element="shifter" inputtag="SERVICE" inputmask="0x10">
|
<bezel element="shifter" inputtag="SERVICE" inputmask="0x10">
|
||||||
<bounds x="2" y="414" width="32" height="64" />
|
<bounds x="2" y="414" width="32" height="64" />
|
||||||
<color alpha="0.9" />
|
<color alpha="0.6" />
|
||||||
</bezel>
|
</bezel>
|
||||||
</view>
|
</view>
|
||||||
</mamelayout>
|
</mamelayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user