Skip to content

Commit

Permalink
Added System Sega Model 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenjir0 committed Jan 13, 2021
1 parent c53c569 commit 7a89c3e
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 0 deletions.
Binary file added segamodel3/bannerlogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added segamodel3/comic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added segamodel3/comic_rip.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added segamodel3/launch.ogg
Binary file not shown.
Binary file added segamodel3/system.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions segamodel3/theme.xml
@@ -0,0 +1,68 @@
<!--
version: 3.2.1
author: Kevin Thueringer (TMNTturtlguy)
-->
<theme>
<formatVersion>4</formatVersion>
<include>./../comic_book.xml</include>
<view name="system">

<image name="SystemBackground" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./comic.png</path>
</image>

<image name="Border" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./../_assets/border.png</path>
</image>

<image name="logo">
<path>./system.png</path>
</image>

</view>

<view name="basic, detailed, video">

<image name="logo">
<path>./system.png</path>
<pos>0.266 0.086</pos>
<maxSize>0.460 0.126</maxSize>
<origin>0.5 0.5</origin>
</image>

<image name="classic_logo" extra="true">
<path>./bannerlogo.png</path>
<pos>0.75 0.086</pos>
<maxSize>0.26 0.125</maxSize>
<origin>0.5 0.5</origin>
</image>

<image name="comic_rip" extra="true">
<path>./comic_rip.png</path>
<pos>0.918 0.25</pos>
<maxSize>0.32 0.32</maxSize>
<origin>0.5 0.5</origin>
</image>

<sound name="launch">
<path>./launch.ogg</path>
</sound>

</view>

<view name="basic">
</view>

<view name="detailed">
</view>

</theme>

0 comments on commit 7a89c3e

Please sign in to comment.