mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Added support for the Epic Games Store (epic) system.
This commit is contained in:
parent
4696c5bb33
commit
64b440037e
|
@ -357,6 +357,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>zsh %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
|
|
@ -358,6 +358,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
|
|
@ -358,6 +358,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%\epic</path>
|
||||
<extension>.bat</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
|
18
themes/rbsimple-DE/epic/colors.xml
Normal file
18
themes/rbsimple-DE/epic/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>FFFFFF</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>777777</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>343434</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>35C4EE</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
3
themes/rbsimple-DE/epic/images/console.svg
Normal file
3
themes/rbsimple-DE/epic/images/console.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/epic/images/consolegame.svg
Normal file
3
themes/rbsimple-DE/epic/images/consolegame.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/epic/images/controller.svg
Normal file
3
themes/rbsimple-DE/epic/images/controller.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
33
themes/rbsimple-DE/epic/images/logo.svg
Normal file
33
themes/rbsimple-DE/epic/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 52 KiB |
15
themes/rbsimple-DE/epic/systeminfo.xml
Normal file
15
themes/rbsimple-DE/epic/systeminfo.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>The Epic Games Store is a digital video game storefront</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>launched in 2018. It has native clients for Microsoft</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>Windows and macOS but can also be used on Linux.</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
21
themes/rbsimple-DE/epic/theme.xml
Normal file
21
themes/rbsimple-DE/epic/theme.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
<include>./../theme.xml</include>
|
||||
<include>./colors.xml</include>
|
||||
<include>./systeminfo.xml</include>
|
||||
|
||||
<view name="system">
|
||||
<image name="controller" extra="true">
|
||||
<path>./images/controller.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="system, basic, detailed, video, grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue