-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add video * fix cover alpha
- Loading branch information
Showing
10 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
<view name="gameclip"> | ||
<video name="md_video" pos="0 0" origin="0 0" size="1 1" zIndex="2" delay="0" /> | ||
<helpsystem name="help" pos="1 1" /> | ||
</view> | ||
</theme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
<size>1 1</size> | ||
<zIndex>1</zIndex> | ||
</image> | ||
<image name="md_video" disabled="1"/> | ||
</view> | ||
</theme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
|
||
<view name="detailed"> | ||
<video name="bg_video" extra="true"> | ||
<path>../../_inc/noise.mp4</path> | ||
<pos>0 0</pos> | ||
<size>1 1</size> | ||
<animations>none</animations> | ||
<delay>0</delay> | ||
<zIndex>0</zIndex> | ||
</video> | ||
<image name="md_video" disabled="1"/> | ||
<box name="cover" extra="true" pos="0 0" size="1 1" color="00000033" zIndex="1"/> | ||
</view> | ||
</theme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
|
||
<view name="basic, detailed"> | ||
<video name="md_video"> | ||
<pos>0 0</pos> | ||
<size>1 1</size> | ||
<animations>none</animations> | ||
<delay>1</delay> | ||
<zIndex>1</zIndex> | ||
<path>../../_inc/noise.mp4</path> | ||
</video> | ||
</view> | ||
</theme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
|
||
<view name="system"> | ||
<video name="bg_video" extra="true"> | ||
<path>../../_inc/noise.mp4</path> | ||
<pos>0 0</pos> | ||
<size>1 1</size> | ||
<animations>none</animations> | ||
<delay>0</delay> | ||
<zIndex>0</zIndex> | ||
</video> | ||
<box name="cover" extra="true" pos="0 0" size="1 1" color="00000033" zIndex="1"/> | ||
</view> | ||
</theme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<theme name="Mister 240p" version="1.1" recalbox="9.2" compatibility="crt,jamma"> | ||
<theme name="Mister 240p" version="2.0" recalbox="9.2" compatibility="crt,jamma,tate" resolutions="qvga,vga"> | ||
<formatVersion>4</formatVersion> | ||
<include>./theme-defaults.xml</include> | ||
<include>./system/$system/custom.xml</include> | ||
<include>./data/config.xml</include> | ||
<include>./data/gameclip.xml</include> | ||
</theme> |