Skip to content

Commit

Permalink
add Burning Force
Browse files Browse the repository at this point in the history
  • Loading branch information
estefan3112 committed Jun 2, 2017
1 parent 209048d commit 61e725a
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
Binary file added burnforc/burnforc_clear.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added burnforc/burnforc_screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions burnforc/default.lay
@@ -0,0 +1,59 @@
<!-- burnforc.lay -->

<mamelayout version="2">
<element name="bezel">
<image file="burnforc_clear.png" />
</element>
<element name="screen">
<image file="burnforc_screen.png" />
</element>
<element name="screen_bezel">
<image file="horz_screen_bezel.png" />
</element>
<element name="screen_mask">
<image file="horz_screen_mask.png" />
</element>

<view name="Cabinet Scratch Screen">
<screen index="0">
<bounds x="572" y="220" width="868" height="651" />
</screen>
<backdrop element="screen_bezel">
<bounds x="535" y="195" width="937" height="698" />
</backdrop>
<overlay element="screen_mask">
<bounds x="568" y="219" width="872" height="650" />
</overlay>
<bezel element="bezel">
<bounds x="0" y="0" width="1920" height="1080" />
</bezel>
<bezel element="screen">
<bounds x="0" y="0" width="1920" height="1080" />
<color red="1.0" green="1.0" blue="1.0" alpha="0.6" />
</bezel>
</view>

<view name="Cabinet Clear Screen">
<screen index="0">
<bounds x="572" y="220" width="868" height="651" />
</screen>
<backdrop element="screen_bezel">
<bounds x="535" y="195" width="937" height="698" />
</backdrop>
<overlay element="screen_mask">
<bounds x="568" y="219" width="872" height="650" />
</overlay>
<bezel element="bezel">
<bounds x="0" y="0" width="1920" height="1080" />
</bezel>
</view>

</mamelayout>

<!--

- Artwork type: Bezel
- Bezel provided by Orionsangel
- Lay file by estefan3112

-->
Binary file added burnforc/horz_screen_bezel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added burnforc/horz_screen_mask.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61e725a

Please sign in to comment.