(slate-es-de) Added back the Adventure Game Studio Game Engine (ags) game system

This commit is contained in:
Leon Styhre 2023-10-25 17:04:27 +02:00
parent 27def16305
commit c53bec0c07
4 changed files with 371 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# EmulationStation Desktop Edition (ES-DE) - Missing slate-es-de theme set data
* adam: Coleco Adam - consolegame.svg, controller.svg
* ags: Adventure Game Studio - consolegame.svg, controller.svg
* amigacd32: Amiga CD32 - consolegame.svg, controller.svg
* amstradcpc - Amstrad CPC - controller.svg
* android: Google Android - consolegame.svg, controller.svg

View file

@ -0,0 +1,16 @@
<theme>
<view name="system, gamelist">
<image name="band1">
<color>9FCFFF</color>
</image>
<image name="band2">
<color>63B6FF</color>
</image>
<image name="band3">
<color>2C90FF</color>
</image>
<image name="band4">
<color>9FCFFF</color>
</image>
</view>
</theme>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 90 KiB

View file

@ -0,0 +1,16 @@
<theme>
<view name="system">
<text name="info1">
<text>Adventure Game Studio is an open source development</text>
</text>
<text name="info2">
<text>tool used to create graphic adventure games. It has been</text>
</text>
<text name="info3">
<text>used for thousands of games, some of which have been</text>
</text>
<text name="info4">
<text>commercial releases.</text>
</text>
</view>
</theme>