mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(slate-DE) Added support for the M.U.G.E.N Game Engine (mugen) game system.
This commit is contained in:
parent
fe30e8241b
commit
1f7bb3df16
|
@ -40,6 +40,7 @@
|
|||
* model3: Sega Model 3 - consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* moto: Thomson MO/TO series - consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* msxturbor: MSX Turbo R - consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* mugen: M.U.G.E.N Game Engine - consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* multivision: Othello Multivision - consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* naomi: Sega NAOMI - consolegame.svg, console.svg, game.svg
|
||||
* naomigd: Sega NAOMI GD-ROM - consolegame.svg, console.svg, game.svg
|
||||
|
|
16
themes/slate-DE/mugen/colors.xml
Normal file
16
themes/slate-DE/mugen/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>B5B8F1</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>E5F5FE</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>FFFFFF</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>A1B6E7</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
3
themes/slate-DE/mugen/images/console.svg
Normal file
3
themes/slate-DE/mugen/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/slate-DE/mugen/images/consolegame.svg
Normal file
3
themes/slate-DE/mugen/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/slate-DE/mugen/images/controller.svg
Normal file
3
themes/slate-DE/mugen/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 |
95
themes/slate-DE/mugen/images/logo.svg
Normal file
95
themes/slate-DE/mugen/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
28
themes/slate-DE/mugen/systeminfo.xml
Normal file
28
themes/slate-DE/mugen/systeminfo.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Developers: Elecbyte</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>Initial release: 1999</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>Website (defunct): http://elecbyte.com/</text>
|
||||
</text>
|
||||
<text name="info4">
|
||||
<text>Written in: C</text>
|
||||
</text>
|
||||
<text name="info5">
|
||||
<text>M.U.G.E.N is a closed-source 2D fighting game engine</text>
|
||||
</text>
|
||||
<text name="info6">
|
||||
<text>with a large library of community-created content.</text>
|
||||
</text>
|
||||
<text name="info7">
|
||||
<text>It's no longer in active development with the latest</text>
|
||||
</text>
|
||||
<text name="info8">
|
||||
<text>available release made in 2013.</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
20
themes/slate-DE/mugen/theme.xml
Normal file
20
themes/slate-DE/mugen/theme.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<theme>
|
||||
<include>./../theme.xml</include>
|
||||
<include>./colors.xml</include>
|
||||
<include>./systeminfo.xml</include>
|
||||
|
||||
<view name="system">
|
||||
<image name="controller">
|
||||
<path>./images/controller.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="system, gamelist">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue