Skip to content

Commit

Permalink
Merge pull request #44 from hhromic/add-solarus
Browse files Browse the repository at this point in the history
Add theme assets for Solarus
  • Loading branch information
HerbFargus authored Aug 18, 2019
2 parents 3741345 + a93cf23 commit d1abb44
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 0 deletions.
89 changes: 89 additions & 0 deletions solarus/art/controller.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions solarus/art/system.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions solarus/theme.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<theme>
<formatVersion>3</formatVersion>
<include>./../carbon.xml</include>

<view name="system">

<image name="ControllerOverlay" extra="true">
<tile>false</tile>
<pos>0.5 0.2</pos>
<origin>0.5 0.5</origin>
<size>0.3 0</size>
<path>./art/controller.svg</path>
<!--<color>8b0000</color>-->
</image>

<image name="logo">
<path>./art/system.svg</path>
</image>

</view>

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

<image name="logo">
<path>./art/system.svg</path>
<pos>0.266 0.074</pos>
<maxSize>0.460 0.126</maxSize>
<origin>0.5 0.5</origin>
</image>

<image name="logo2" extra="true">
<path>./art/controller.svg</path>
<pos>0.874 0.074</pos>
<maxSize>0.460 0.126</maxSize>
<origin>0.5 0.5</origin>
<color>bbbbbb</color>
</image>

</view>

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

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

</theme>

0 comments on commit d1abb44

Please sign in to comment.