(slate-es-de) Added support for the Visual Pinball (vpinball) game system

This commit is contained in:
Leon Styhre 2023-07-10 19:23:48 +02:00
parent cf9cbf35f6
commit e8f4ccf419
4 changed files with 51 additions and 0 deletions

View file

@ -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

View 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>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View 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>