forked from anthonycaccese/art-book-next-es-de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp-system.xml
35 lines (35 loc) · 2.32 KB
/
help-system.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<theme>
<view name="system,gamelist">
<image name="help-background">
<origin>0 1</origin>
<pos>0 1</pos>
<path>${spacerImage}</path>
<tile>true</tile>
<color>${helpBackgroundColor}</color>
</image>
<helpsystem name="help">
<origin>0.5 0.5</origin>
<customButtonIcon button="button_a_XBOX">./_inc/images/help-button-south.svg</customButtonIcon>
<customButtonIcon button="button_a_PS">./_inc/images/help-button-south.svg</customButtonIcon>
<customButtonIcon button="button_a_switch">./_inc/images/help-button-east.svg</customButtonIcon>
<customButtonIcon button="button_a_SNES">./_inc/images/help-button-south.svg</customButtonIcon>
<customButtonIcon button="button_b_XBOX">./_inc/images/help-button-east.svg</customButtonIcon>
<customButtonIcon button="button_b_PS">./_inc/images/help-button-east.svg</customButtonIcon>
<customButtonIcon button="button_b_switch">./_inc/images/help-button-south.svg</customButtonIcon>
<customButtonIcon button="button_b_SNES">./_inc/images/help-button-east.svg</customButtonIcon>
<customButtonIcon button="button_x_XBOX">./_inc/images/help-button-west.svg</customButtonIcon>
<customButtonIcon button="button_x_PS">./_inc/images/help-button-west.svg</customButtonIcon>
<customButtonIcon button="button_x_switch">./_inc/images/help-button-north.svg</customButtonIcon>
<customButtonIcon button="button_x_SNES">./_inc/images/help-button-west.svg</customButtonIcon>
<customButtonIcon button="button_y_XBOX">./_inc/images/help-button-north.svg</customButtonIcon>
<customButtonIcon button="button_y_PS">./_inc/images/help-button-north.svg</customButtonIcon>
<customButtonIcon button="button_y_switch">./_inc/images/help-button-west.svg</customButtonIcon>
<customButtonIcon button="button_y_SNES">./_inc/images/help-button-north.svg</customButtonIcon>
<customButtonIcon button="thumbstick_click">./_inc/images/help-left-stick-click.svg</customButtonIcon>
<textColor>${helpTextColor}</textColor>
<iconColor>${helpIconColor}</iconColor>
<textColorDimmed>${helpTextColorDimmed}</textColorDimmed>
<iconColorDimmed>${helpIconColorDimmed}</iconColorDimmed>
</helpsystem>
</view>
</theme>