mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(slate-es-de) Added support for the Visual Pinball (vpinball) game system
This commit is contained in:
parent
cf9cbf35f6
commit
e8f4ccf419
|
@ -95,6 +95,7 @@
|
|||
* vectrex: Smith Engineering Vectrex - consolegame.svg (needs simplification as it takes a long time to rasterize)
|
||||
* videopac: Magnavox Videopac (Odyssey 2) - update all info and graphics to differentiate European version from USA version
|
||||
* virtualboy: Nintendo Virtual Boy - consolegame.svg (needs simplification as it takes a long time to rasterize)
|
||||
* vpinball: Visual Pinball - consolegame.svg, controller.svg
|
||||
* vsmile: VTech V.Smile - consolegame.svg, controller.svg
|
||||
* wasm4: WASM-4 Fantasy Console - consolegame.svg, controller.svg
|
||||
* x1: Sharp X1 - consolegame.svg
|
||||
|
|
16
themes/slate-es-de/vpinball/colors.xml
Normal file
16
themes/slate-es-de/vpinball/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>262021</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>FAF9BC</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>EDEA22</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>F0352B</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
18
themes/slate-es-de/vpinball/images/logo.svg
Normal file
18
themes/slate-es-de/vpinball/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
16
themes/slate-es-de/vpinball/systeminfo.xml
Normal file
16
themes/slate-es-de/vpinball/systeminfo.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Visual Pinball is a source-available game engine for</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>simulating pinball tables and similar devices. There</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>are many tables available, both original designs as</text>
|
||||
</text>
|
||||
<text name="info4">
|
||||
<text>well as recreations of physical machines.</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue