trunk/src/mame/layout/superbug.lay
| r243469 | r243470 | |
| 3 | 3 | |
| 4 | 4 | <!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout --> |
| 5 | 5 | |
| 6 | | <element name="highlight"> |
| 7 | | <disk> |
| 8 | | <color red="1.0" green="1.0" blue="0.125" /> |
| 9 | | </disk> |
| 10 | | </element> |
| 6 | <element name="highlight_explosion"><disk><color red="0.875" green="1.0" blue="0.125" /></disk></element> |
| 7 | <element name="static_green"><rect><color red="0.125" green="0.875" blue="0" /></rect></element> |
| 11 | 8 | |
| 9 | |
| 12 | 10 | <view name="Color Overlay"> |
| 13 | 11 | <screen index="0"> |
| 14 | 12 | <bounds left="0" top="0" right="300" bottom="400" /> |
| 15 | 13 | </screen> |
| 16 | | <overlay element="highlight"> |
| 17 | | <bounds x="117" y="167" width="66" height="66" /> |
| 18 | | </overlay> |
| 14 | |
| 15 | <overlay element="highlight_explosion"><bounds x="117" y="167" width="66" height="66" /></overlay> |
| 16 | |
| 17 | <overlay element="static_green"><bounds left="0" top="0" right="300" bottom="33" /></overlay> |
| 18 | <overlay element="static_green"><bounds left="0" top="367" right="300" bottom="400" /></overlay> |
| 19 | |
| 19 | 20 | </view> |
| 20 | 21 | </mamelayout> |