(slate-es-de) Added support for the Future Pinball (fpinball) game system

This commit is contained in:
Leon Styhre 2023-07-10 19:22:11 +02:00
parent 306b58e290
commit e6d34c7c70
4 changed files with 240 additions and 0 deletions

View file

@ -38,6 +38,7 @@
* epic: Epic Games Store - consolegame.svg, controller.svg
* flash: Adobe Flash - consolegame.svg, controller.svg
* fmtowns: Fujitsu FM Towns - consolegame.svg, controller.svg
* fpinball: Future Pinball - consolegame.svg, controller.svg
* gamecom: Tiger Electronics Game.com - consolegame.svg
* gmaster: Hartung Game Master - consolegame.svg
* gx4000: Amstrad GX4000 - consolegame.svg, controller.svg

View file

@ -0,0 +1,16 @@
<theme>
<view name="system, gamelist">
<image name="band1">
<color>45565F</color>
</image>
<image name="band2">
<color>7D97A1</color>
</image>
<image name="band3">
<color>9F6626</color>
</image>
<image name="band4">
<color>77462B</color>
</image>
</view>
</theme>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -0,0 +1,16 @@
<theme>
<view name="system">
<text name="info1">
<text>Future Pinball is a pinball development and simulation</text>
</text>
<text name="info2">
<text>system with advanced physics support. There are many</text>
</text>
<text name="info3">
<text>tables available, both original designs as well as</text>
</text>
<text name="info4">
<text>recreations of physical machines.</text>
</text>
</view>
</theme>