(slate-DE) Added support for the Adobe Flash (flash) game system.

This commit is contained in:
Leon Styhre 2022-07-09 20:08:27 +02:00
parent 7c7bae2cd9
commit e8f8b101cc
8 changed files with 120 additions and 0 deletions

View file

@ -29,6 +29,7 @@
* dragon32: Dragon 32 - consolegame.svg, console.svg, controller.svg, game.svg
* easyrpg: EasyRPG Game Engine - consolegame.svg, console.svg, controller.svg, game.svg
* epic: Epic Games Store - consolegame.svg, console.svg, controller.svg, game.svg
* flash: Adobe Flash - consolegame.svg, console.svg, controller.svg, game.svg
* fmtowns: Fujitsu FM Towns - consolegame.svg, console.svg, controller.svg, game.svg
* gx4000: Amstrad GX4000 - consolegame.svg, console.svg, controller.svg, game.svg
* intellivision: Intellivision - consolegame.svg, console.svg, controller.svg, game.svg

View file

@ -0,0 +1,16 @@
<theme>
<view name="system, gamelist">
<image name="band1">
<color>FFFFFF</color>
</image>
<image name="band2">
<color>4A0000</color>
</image>
<image name="band3">
<color>B11313</color>
</image>
<image name="band4">
<color>710000</color>
</image>
</view>
</theme>

View 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

View 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

View 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

View file

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="Calque_1"
x="0px"
y="0px"
viewBox="0 0 499.9 487.4"
style="enable-background:new 0 0 499.9 487.4;"
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs13">
</defs><sodipodi:namedview
id="namedview11"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.3212967"
inkscape:cx="250.13307"
inkscape:cy="243.32158"
inkscape:window-width="3840"
inkscape:window-height="2065"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Calque_1" />
<style
type="text/css"
id="style2">
.st0{fill:#4A0000;}
.st1{fill:#FFFFFF;}
</style>
<g
id="g2126"><rect
class="st0"
width="499.89999"
height="487.39999"
id="rect4"
x="0"
y="0"
style="fill:#4a0000;fill-opacity:1" /><path
class="st1"
d="m 269.2,138.7 c -22.5,27.5 -35.8,61.8 -48.7,95 -26.1,67.3 -43.6,105.8 -99.7,105.8 V 402 c 46.4,0 84.1,-17.2 112,-51.2 17.9,-21.9 30.3,-49.3 40.9,-75.8 h 74.1 V 212.5 H 299 C 317.9,171.9 338.2,150 381.1,150 V 87.5 c -46.3,0 -84,17.2 -111.9,51.2"
id="path6"
style="fill:#ffffff;fill-opacity:1" /></g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,16 @@
<theme>
<view name="system">
<text name="info1">
<text>Adobe Flash was a proprietary multimedia software platform</text>
</text>
<text name="info2">
<text>used for production of animations, applications and games.</text>
</text>
<text name="info3">
<text>It was introduced in the mid 1990s and reached end-of-life</text>
</text>
<text name="info4">
<text>in 2020 when it was replaced with open HTML5 technologies.</text>
</text>
</view>
</theme>

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