Skip to content

Commit

Permalink
(#1) sagame assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed May 2, 2022
1 parent 1851797 commit a9d4d43
Show file tree
Hide file tree
Showing 9 changed files with 603 additions and 0 deletions.
66 changes: 66 additions & 0 deletions LCDonald.Core/GameAssets/sagame/sagame.lay
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!-- sagame.lay -->

<mamelayout version="2">

<!-- Define Elements -->

<element name="manual">
<image file="sagame_manual.jpg" />
</element>
<element name="front">
<image file="sagame_front.jpg" />
</element>
<element name="back">
<image file="sagame_back.jpg" />
</element>
<element name="game_bg_crop">
<image file="sagame_bg_crop.jpg" />
</element>
<element name="game_bg">
<image file="sagame_bg.jpg" />
</element>

<!-- Define Views -->

<view name="Front">
<screen index="0">
<bounds x="1490" y="1303" width="786" height="605" />
</screen>
<element ref="front">
<bounds x="0" y="0" width="3968" height="2600" />
</element>
<element ref="game_bg_crop">
<bounds x="1490" y="1303" width="786" height="605" />
</element>
</view>

<view name="Closeup">
<screen index="0">
<bounds x="24" y="43" width="786" height="605" />
</screen>
<element ref="game_bg">
<bounds x="0" y="0" width="836" height="665" />
</element>
</view>

<view name="Back">
<element ref="back">
<bounds x="0" y="0" width="3968" height="2600" />
</element>
</view>

<view name="Instructions">
<element ref="manual">
<bounds x="0" y="0" width="1182" height="1182" />
</element>
</view>
</mamelayout>

<!--
Sonic Action Game
- Artwork type: Photo, Background
- McDonald's Sonic Games Assets by Difegue
- Manual taken from Sonic Retro.

-->

537 changes: 537 additions & 0 deletions LCDonald.Core/GameAssets/sagame/sagame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCDonald.Core/GameAssets/sagame/sagame_back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCDonald.Core/GameAssets/sagame/sagame_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCDonald.Core/GameAssets/sagame/sagame_front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCDonald/Assets/Icons/sspeedicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCDonald/Assets/Icons/tskypicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9d4d43

Please sign in to comment.