forked from waffledork/iconic-batocera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
file_paths.xml
17 lines (16 loc) · 1.02 KB
/
file_paths.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<theme>
<variables>
<systemLogoPath>./_inc/images/systems/logos/${system.name}.png</systemLogoPath>
<systemBackgroundArtPath>./_inc/images/systems/backgrounds/${system.name}.jpg</systemBackgroundArtPath>
<systemBackgroundArtDefaultPath>./_inc/images/systems/backgrounds/_default.jpg</systemBackgroundArtDefaultPath>
<systemControllerPath>./_inc/images/systems/controllers/${system.theme}.png</systemControllerPath>
<systemControllerPathDefault>./_inc/images/systems/controllers/_default.png</systemControllerPathDefault>
<overlayPath>./_inc/images/systems/overlays/${system.name}.png</overlayPath>
<whiteBoxPath>./_inc/images/other/space.png</whiteBoxPath>
<!-- Buttons -->
<northButtonPath>./_inc/images/other/help-button-north.svg</northButtonPath>
<southButtonPath>./_inc/images/other/help-button-south.svg</southButtonPath>
<eastButtonPath>./_inc/images/other/help-button-east.svg</eastButtonPath>
<westButtonPath>./_inc/images/other/help-button-west.svg</westButtonPath>
</variables>
</theme>